Recent

Tools_Page class

Tools_Page

Tools page class.

Namespace: WebberZone\Better_Search\Admin\Network
Since: 4.2.0
Source: includes/admin/network/class-tools-page.php line 25

Methods

__construct()

Constructor.

Line: 39

public function __construct(  );

network_admin_menu()

Network Admin Menu.

Since: 4.2.0
Line: 49

public function network_admin_menu(  );

render_page() static

Render the tools settings page.

Since: 4.2.0
Line: 67

static public function render_page(  ): void;

Returns: void

admin_enqueue_scripts()

Enqueue scripts and styles.

Since: 4.2.0
Line: 130

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