Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1031699

    Hi
    #1 – how could I remove the debbuging theme info ? (as you could notice below in the private content I’m using a child theme)
    I tried to use the snippet in the child functions.php, but it doesnt run anymore
    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);
    }
    <!–

    #2 – Actualy you could see that updates are noticed as disabled
    The token key generated is not working and display the message paste below in private content (#2)

    Any help will be appreciate.

    Philp

    #1031727

    New message

    #1 – Finally I found the post of Guenni007 and it woks fine ^_^
    #2 – It seems that passing by the envato market plugin the token key is running. I’ll have to test it with te next update …

    So we can consider thta my topic is out :)

    Philip

    #1031951

    Hi Philip,

    Great, glad you found solutions and thanks for the update. We’ll keep this thread open in case you should have any further problems on the topic.

    Best regards,
    Rikard

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