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

@ -22,14 +22,8 @@ class Generic_WidgetSpreadTheWord_Plugin {
if ( Util_Admin::get_current_wp_page() == 'w3tc_dashboard' )
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue' ) );
add_action( 'w3tc_widget_setup', array(
$this,
'wp_dashboard_setup'
), 4000 );
add_action( 'w3tc_network_dashboard_setup', array(
$this,
'wp_dashboard_setup'
), 4000 );
add_action( 'w3tc_widget_setup', array( $this, 'wp_dashboard_setup' ), 900 );
add_action( 'w3tc_network_dashboard_setup', array( $this, 'wp_dashboard_setup' ), 900 );
}
/**
@ -45,7 +39,7 @@ class Generic_WidgetSpreadTheWord_Plugin {
'</div>',
array( $this, 'widget_form' ),
null,
'normal' );
'bottom' );
}
function widget_form() {