wp_cache_eof_tags

wp_cache_eof_tags

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-super-cache.1.9.4

apply_filters('wp_cache_eof_tags') is found 1 times:

  • /wp-cache-phase2.php line 2179

    wp_cache_add_to_buffer( $buffer, ‘Page not cached by WP Super Cache. 404.’ );
    }
    }

    if ( ! preg_match( apply_filters( ‘wp_cache_eof_tags’, ‘/(<\/html>|<\/rss>|<\/feed>|<\/urlset|<\?xml)/i' ), $buffer ) ) { $new_cache = false; if ( isset( $GLOBALS['wp_super_cache_debug'] ) && $GLOBALS['wp_super_cache_debug'] ) { wp_cache_debug( 'No closing html tag. Not caching.', 2 ); wp_cache_add_to_buffer( $buffer, 'Page not cached by WP Super Cache. No closing HTML tag. Check your theme.' ); } } [/php]