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
I noticed this little documentation issue when implementing Taxonomy Single Term in a project.
On the docs page:
// Custom title for your metabox $custom_tax_mb->set( 'context', __( 'Custom Metabox Title', 'yourtheme' ) );
Correction:
// Custom title for your metabox $custom_tax_mb->set( 'metabox_title', __( 'Custom Metabox Title', 'yourtheme' ) );
Cheers!
The text was updated successfully, but these errors were encountered:
1d3aaf7
Thanks, fixed!
Sorry, something went wrong.
No branches or pull requests
I noticed this little documentation issue when implementing Taxonomy Single Term in a project.
On the docs page:
Correction:
Cheers!
The text was updated successfully, but these errors were encountered: