Statistics
Top_Ten_Network_Statistics class.
Namespace: WebberZone\Top_Ten\Admin\Network
Source: includes/admin/network/class-statistics.php line 18
Methods
__construct()
Class constructor.
Line: 42
public function __construct( ): void;
Returns: void
admin_enqueue_scripts()
Enqueue scripts in admin area.
Since: 3.0.0
Line: 55
public function admin_enqueue_scripts( $hook );
| Type | Name | Description |
|---|---|---|
string | $hook | The current admin page. |
network_admin_menu()
Admin Menu.
Since: 3.0.0
Line: 67
public function network_admin_menu( );
set_screen() static
Set screen.
Line: 88
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()
Plugin settings page
Line: 95
public function render_page( );
screen_option()
Screen options
Line: 135
public function screen_option( );
hidden_inputs()
Displays the hidden inputs.
Line: 149
public function hidden_inputs( );