w3tc_newrelic_should_disable_auto_rum

w3tc_newrelic_should_disable_auto_rum

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

See hook in core

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

apply_filters('w3tc_newrelic_should_disable_auto_rum') is found 1 times:

  • /Extension_NewRelic_Plugin.php line 126
    			$this->newrelic_reject_reason = __( 'XSL not tracked', 'w3-total-cache' );
    			return false;
    		}
    
    		$reject_reason = apply_filters( 'w3tc_newrelic_should_disable_auto_rum', null );
    		if ( !empty( $reject_reason ) ) {
    			$this->newrelic_reject_reason =
    				__( 'rejected by filter: ', 'w3-total-cache' ) . $reject_reason;
    			return false;
    		}
    
    

See this hook used in plugins: