updated plugin W3 Total Cache
version 2.7.0
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user