Disable Title rewrite on a page
-
Hi!
It was asked before a few times (here and here) maybe I do something wrong but I can’t disable it.
I want to disable title rewrite on a page with a rule in functions.php.
This line makes the title rewrite in the plug-in’s class-frontend.php:
add_filter( 'wp_title', array( $this, 'title' ), 15, 3 );
How can I disable/remove it for a post?
- The topic ‘Disable Title rewrite on a page’ is closed to new replies.