Profiles

  • Member Since: October 25th, 2016
  • Find me on:
  • Posted a reply to Category images gone after upgrade to WC 2.6, on the site WordPress.org Forums:
    function wp_ob_end_flush_all() { $levels = ob_get_level(); for ($i=0; $i<$levels; $i++) ob_end_flush(); } 3598 it's ob_end_flush();

  • Posted a reply to Category images gone after upgrade to WC 2.6, on the site WordPress.org Forums:
    function wp_ob_end_flush_all() { $levels = ob_get_level(); for ($i=0; $i<$levels; $i++) ob_end_flush(); } 3598 it's ob_end_flush();

  • Posted a reply to Category images gone after upgrade to WC 2.6, on the site WordPress.org Forums:
    Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /home/000000000/public_html/wp-includes/functions.php on line…

  • Posted a reply to Category images gone after upgrade to WC 2.6, on the site WordPress.org Forums:
    I think this has nothing to do with the image of category Notice: register_sidebar was…

  • Posted a reply to Category images gone after upgrade to WC 2.6, on the site WordPress.org Forums:
    @mikejolley, Mike I have this code and stop showing images of the categories after the…