We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WordPress SEO uses pre_get_document_title filter with priority 15.
pre_get_document_title
Add pre_get_document_title filter with priority 20 to make sure you get the correct cpt-archive page title.
$this->add_filter( 'pre_get_document_title', 'post_type_archive_title', 20 );
The text was updated successfully, but these errors were encountered:
That sounds reasonable. Would you mind submitting a PR and I'll get that merged?
Sorry, something went wrong.
Have to look into the WordPress SEO filters to still remain compatible with their title prefix and suffix options.
No branches or pull requests
WordPress SEO uses
pre_get_document_title
filter with priority 15.Add pre_get_document_title filter with priority 20 to make sure you get the correct cpt-archive page title.
$this->add_filter( 'pre_get_document_title', 'post_type_archive_title', 20 );
The text was updated successfully, but these errors were encountered: