updated plugin W3 Total Cache
version 2.7.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
namespace W3TC;
|
||||
|
||||
/**
|
||||
* Class Generic_Plugin_WidgetServices
|
||||
* Class Generic_WidgetServices
|
||||
*/
|
||||
class Generic_WidgetServices {
|
||||
/**
|
||||
@ -24,8 +24,8 @@ class Generic_WidgetServices {
|
||||
*/
|
||||
public static function admin_init_w3tc_dashboard() {
|
||||
$o = new Generic_WidgetServices();
|
||||
add_action( 'w3tc_widget_setup', array( $o, 'wp_dashboard_setup' ), 5000 );
|
||||
add_action( 'w3tc_network_dashboard_setup', array( $o, 'wp_dashboard_setup' ), 5000 );
|
||||
add_action( 'w3tc_widget_setup', array( $o, 'wp_dashboard_setup' ), 600 );
|
||||
add_action( 'w3tc_network_dashboard_setup', array( $o, 'wp_dashboard_setup' ), 600 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user