Dashboard
Network Dashboard class.
Namespace: WebberZone\Better_Search\Pro\Network
Since: 4.3.0
Source: includes/network/class-dashboard.php line 25
Methods
__construct()
Constructor.
Since: 4.3.0
Line: 50
public function __construct( );
network_admin_menu()
Network Admin Menu.
Replaces the default “Settings” landing page with the Dashboard. Settings is moved to its own submenu slug.
Since: 4.3.0
Line: 63
public function network_admin_menu( );
admin_enqueue_scripts()
Enqueue scripts in admin area.
Since: 4.3.0
Line: 108
public function admin_enqueue_scripts( $hook );
| Type | Name | Description |
|---|---|---|
string | $hook | The current admin page. |
render_page()
Render the network dashboard page.
Since: 4.3.0
Line: 151
public function render_page( );
help_tabs()
Generates the help tabs.
Since: 4.3.0
Line: 294
public function help_tabs( );