w3tc_monitoring_score

w3tc_monitoring_score

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: w3-total-cache.2.3.0

apply_filters('w3tc_monitoring_score') is found 1 times:

  • /Generic_Plugin_Admin.php line 186
     
    		$score = '';
    
    		$modules = Dispatcher::component( 'ModuleStatus' );
    		$score   = apply_filters( 'w3tc_monitoring_score', $score );
    
    		header( 'Content-Type: application/x-javascript; charset=UTF-8' );
    		echo 'document.getElementById("w3tc_monitoring_score") && ( document.getElementById("w3tc_monitoring_score").innerHTML = "' .
    			esc_html( strtr( $score, '"', '.' ) ) . '" );';
    
    		exit();
    

See this hook used in plugins: