Recent

Tools_Page class

Tools_Page

Tools page class.

Namespace: WebberZone\Contextual_Related_Posts\Admin\Network
Since: 4.0.0
Source: includes/admin/network/class-tools-page.php line 22

Methods

__construct()

Constructor.

Line: 36

public function __construct(  );

network_admin_menu()

Network Admin Menu.

Since: 4.0.0
Line: 46

public function network_admin_menu(  );

render_page() static

Render the tools settings page.

Since: 4.0.0
Line: 64

static public function render_page(  ): void;

Returns: void

admin_enqueue_scripts()

Enqueue scripts and styles.

Since: 4.0.0
Line: 113

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