w3tc_process_content

w3tc_process_content

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

See hook in core

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

apply_filters('w3tc_process_content') is found 1 times:

  • /Generic_Plugin.php line 577
     
    		if ( $this->is_wp_die && ! apply_filters( 'w3tc_process_wp_die', false, $buffer ) ) { // phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedIf
    			// 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 ) ) {
    				/**
    				 * Add footer comment
    				 */
    				$date = date_i18n( 'Y-m-d H:i:s' );