Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to remove debug information in 4.3 #964799

    ich habe das selbe Problem.
    Ich habe:
    add_action( ‘init’, ‘avia_remove_debug’);
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    remove_action(‘admin_print_scripts’,’avia_debugging_info’,1000);
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    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);
    }
    alles versucht aber nichts hat funktioniert.

Viewing 1 post (of 1 total)