Recent

Admin class

Admin

Class to register the settings.

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

Methods

__construct()

Main constructor class.

Since: 4.0.0
Line: 47

public function __construct(  );

hooks()

Run the hooks.

Since: 4.0.0
Line: 58

public function hooks(  );

network_admin_menu()

Add the network admin menu.

Since: 4.0.0
Line: 68

public function network_admin_menu(  );

render_page()

Render the page.

Since: 4.0.0
Line: 93

public function render_page(  );

admin_enqueue_scripts()

Enqueue scripts and styles.

Since: 4.0.0
Line: 150

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