w3tc_process_content

w3tc_process_content

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

See hook in core

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

apply_filters('w3tc_process_content') is found 1 times:

  • /Generic_Plugin.php line 508
     
    		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 ) ) {
    				/**
    				 * Add footer comment
    				 */
    				$date = date_i18n( 'Y-m-d H:i:s' );