Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #990918

    Hey Kriesi Team,

    As always, thank you for your great support.

    I have a question about the Debugging Info for Theme support. I saw other topics who wrote about it, but they do not work for me:
    https://kriesi.at/support/topic/remove-debugging-code-from-page-source-2/
    https://kriesi.at/support/topic/remove-debugging-code-from-page-source/

    Do I need to change something or how can this code work again? This comment is still visible in my website. At the end of my child functions.php I’ve got for now:
    /***** HIDE debug theme info ******/
    add_action(‘init’,’avia_remove_debug’);
    function avia_remove_debug(){
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    remove_action(‘admin_print_scripts’,’avia_debugging_info’,1000);
    }
    /***** END HIDE debug theme info ******/

    Kind regards,
    Lambert

    #990929

    Hey infoNewMultimedia,
    I took a look at your link, but the Debugging Info for Theme support is not in your page source, did you resolve this?
    Perhaps it was a caching issue?

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.