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
When a taxonomy is registered to show up in the REST API, it will be shown at a post. Even if show_ui is set to false or public is set to false.
show_ui
false
public
Reference: https://github.com/Yoast/wordpress-seo-premium/blob/035349d2a3f1be95e401b2201a4d5f1545fddef9/premium/classes/premium-prominent-words-registration.php#L75
show_in_rest
true
The text was updated successfully, but these errors were encountered:
I think this is duplicate of #2450 but we should mention the "show_ui" flag as well.
Sorry, something went wrong.
No branches or pull requests
Issue Overview
When a taxonomy is registered to show up in the REST API, it will be shown at a post.
Even if
show_ui
is set tofalse
orpublic
is set tofalse
.Reference:
https://github.com/Yoast/wordpress-seo-premium/blob/035349d2a3f1be95e401b2201a4d5f1545fddef9/premium/classes/premium-prominent-words-registration.php#L75
Steps to Reproduce (for bugs)
show_in_rest
set totrue
show_ui
to be set tofalse
public
to be set tofalse
Screenshots / Video
Todos
The text was updated successfully, but these errors were encountered: