v4.3.0 - remove_post_type_support( $post_type, 'title' ) removes permalink field #11929
Labels
[Feature] Extensibility
The ability to extend blocks or the editing experience
[Type] Enhancement
A suggestion for improvement.
Describe the bug
We develop very bespoke, advanced themes for WordPress and often dev our own metaboxes or ACF Pro to create unique header options.
We sometimes create a bespoke 'title' field along ith other associated title options and on 'post update' save this data as post title. We want to keep all our 'title' options together!
To Reproduce
Steps to reproduce the behavior:
// Remove title tag function mytheme_remove_title_tag() { remove_post_type_support( 'page', 'title' ); } add_action( 'init', 'custom_remove_title_tag' );
Expected behavior
Should be able to remove title, but still maintain permalink field
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: