Recent

Tools_Page class

Tools_Page

Generates the Tools page.

Namespace: WebberZone\WFP\Admin
Since: 3.1.0
Source: includes/admin/class-tools-page.php line 24

Methods

__construct()

Constructor class.

Since: 3.1.0
Line: 40

public function __construct(  );

admin_menu()

Admin Menu.

Since: 3.1.0
Line: 52

public function admin_menu(  );

admin_enqueue_scripts()

Enqueue scripts in admin area.

Since: 3.1.0
Line: 72

public function admin_enqueue_scripts( $hook );
TypeNameDescription
string$hookThe current admin page.

render_page()

Render the tools settings page.

Since: 3.1.0
Line: 96

public function render_page(  ): void;

Returns: void

process_settings_export() static

Process a settings export that generates a .json file of the Top 10 settings

Since: 3.1.0
Line: 187

static public function process_settings_export(  );

process_settings_import() static

Process a settings import from a json file

Since: 3.1.0
Line: 219

static public function process_settings_import(  );

help_tabs() static

Generates the Tools help page.

Since: 3.1.0
Line: 267

static public function help_tabs(  );