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
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