This plugin uses The SEO Framework title detection features. If the title is detected to be output wrong, this plugin fixes it. If you wish to have a more forceful override, then a filter is available. See Other Notes. This plugin is fundamentally built to perform fast and to keep its memory usage low.About The SEO Framework The all in one automated SEO plugin for WordPress Get it here: The SEO Framework plugin from WordPress.org 兼容性 WordPress and plugins:
add_filter( 'the_seo_framework_force_title_fix', '__return_true' );
Filter: Remove fixed indicator
When the title is fixed, a small indicator will be output to let you know it's fixed (in the page HTML source).
If you wish to remove this indicator, use the following filter:
add_filter( 'the_seo_framework_title_fixed_indicator', '__return_false' );
This free extension is made because many themes are rendering the title wrong. This causes issues, which this plugin resolves.
A free SEO plugin, for everyone! Download it from WordPress.org.
This plugin is only run when the title output has been detected to be wrong by The SEO Framework. From there, this plugin will scan your HTML code for the title and will replace it if found.
Nope! Okay.. very, very slightly! We're talking about 0.001 seconds of runtime here on PHP7 when your theme is doing it wrong. And 0.0005 seconds if your theme is doing it somewhat right :). And 0.0002 seconds if your theme has the required title-tag support!
Absolutely!
the_seo_framework_force_title_fix
now defaults to whether there's no presence of The SEO Framework 2.7.0.false
; otherwise to true
.