w3tc_can_print_comment

w3tc_can_print_comment

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

See hook in core

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

apply_filters('w3tc_can_print_comment') is found 1 times:

  • /Util_Content.php line 51
    	 * @return bool
    	 */
    	static public function can_print_comment( $buffer ) {
    		if ( function_exists( 'apply_filters' ) )
    			return apply_filters( 'w3tc_can_print_comment', Util_Content::is_html_xml( $buffer ) && !defined( 'DOING_AJAX' ) );
    		return Util_Content::is_html_xml( $buffer ) && !defined( 'DOING_AJAX' );
    	}
    
    	/**
    	 * Returns GMT date
    	 *