updated plugin W3 Total Cache version 2.7.0

This commit is contained in:
2024-03-28 09:40:06 +00:00
committed by Gitium
parent 60de585044
commit 218272bbcb
140 changed files with 3054 additions and 3013 deletions

View File

@ -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 );
}
/**