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

@ -27,9 +27,8 @@ class Extension_NewRelic_Widget {
$o = new Extension_NewRelic_Widget();
$o->_config = Dispatcher::config();
add_action( 'w3tc_widget_setup', array( $o, 'wp_dashboard_setup' ), 9000 );
add_action( 'w3tc_network_dashboard_setup',
array( $o, 'wp_dashboard_setup' ), 9000 );
add_action( 'w3tc_widget_setup', array( $o, 'wp_dashboard_setup' ), 1000 );
add_action( 'w3tc_network_dashboard_setup', array( $o, 'wp_dashboard_setup' ), 1000 );
$nerser = Dispatcher::component( 'Extension_NewRelic_Service' );
$view_application = $nerser->get_effective_application_id();