Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Unsal Korkmaz

    (@unsalkorkmaz)

    uhm.. this one work:

    add_action("init", function(){
    	remove_filter( 'wp_title', array( 'QMT_Template', 'wp_title' ));
    });

    but is there any better solution? (proper way)

    Plugin Author scribu

    (@scribu)

    That is the proper way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] remove_filter for title’ is closed to new replies.