Recent

Dashboard_Widgets class

Dashboard_Widgets

Dashboard Widgets Class.

Namespace: WebberZone\WFP\Admin
Since: 3.2.0
Source: includes/admin/class-dashboard-widgets.php line 21

Methods

__construct()

Constructor class.

Since: 3.2.0
Line: 28

public function __construct(  );

wp_dashboard_setup() static

Function to add the widgets to the Dashboard.

Since: 3.2.0
Line: 38

static public function wp_dashboard_setup(  );

wp_network_dashboard_setup() static

Function to add the widgets to the Network Dashboard.

Since: 3.2.0
Line: 64

static public function wp_network_dashboard_setup(  );

dashboard_widget_function() static

Function that displays the Followed Posts dashboard widget.

Since: 3.2.0
Line: 73

static public function dashboard_widget_function(  );

dashboard_widget_control() static

Function that creates the controls for the Followed Posts dashboard widget.

Since: 3.2.0
Line: 121

static public function dashboard_widget_control(  );