Statistics
Network Statistics class.
Namespace: WebberZone\Better_Search\Pro\Network
Since: 4.3.0
Source: includes/network/class-statistics.php line 25
Methods
__construct()
Constructor.
Since: 4.3.0
Line: 50
public function __construct( );
admin_enqueue_scripts()
Enqueue scripts in admin area.
Since: 4.3.0
Line: 63
public function admin_enqueue_scripts( $hook );
| Type | Name | Description |
|---|---|---|
string | $hook | The current admin page. |
network_admin_menu()
Network Admin Menu.
Since: 4.3.0
Line: 75
public function network_admin_menu( );
set_screen() static
Set screen.
Line: 96
static public function set_screen( $status, $option, $value ): string;
| Type | Name | Description |
|---|---|---|
string | $status | Status of screen. |
string | $option | Option name. |
string | $value | Option value. |
Returns: string — Value.
render_page()
Render the page.
Since: 4.3.0
Line: 105
public function render_page( );
screen_option()
Screen options.
Since: 4.3.0
Line: 150
public function screen_option( );