w3tc_newrelic_should_disable_auto_rum, null
w3tc_newrelic_should_disable_auto_rum, null
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_newrelic_should_disable_auto_rum, null') is found 1 times:
- /Extension_NewRelic_Plugin.php line 171
$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; } /**