w3tc_process_wp_die

w3tc_process_wp_die

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_process_wp_die') is found 1 times:

  • /Generic_Plugin.php line 505
    		if ( $w3_late_caching_succeeded ) {
    			return $buffer;
    		}
    
    		if ( $this->is_wp_die && ! apply_filters( 'w3tc_process_wp_die', false, $buffer ) ) {
    			// wp_die is dynamic output (usually fatal errors), dont process it
    		} else {
    			$buffer = apply_filters( 'w3tc_process_content', $buffer );
    
    			if ( Util_Content::can_print_comment( $buffer ) ) {
    				/**