'monitoring', 'text' => 'Monitoring', ); return $anchors; } /** * Outputs the monitoring settings area for the New Relic extension. * * @return void */ public function w3tc_settings_general_boxarea_monitoring() { $config = Dispatcher::config(); $nerser = Dispatcher::component( 'Extension_NewRelic_Service' ); $new_relic_installed = $nerser->module_is_enabled(); $effective_appname = $nerser->get_effective_appname(); include W3TC_DIR . '/Extension_NewRelic_GeneralPage_View.php'; } }