_disable_content_editor_for_navigation_post_type
- %1$s is private and should not be used in themes or plugins directly.
_disable_content_editor_for_navigation_post_type ( $post )
Access:Parameters:- (WP_Post) post An instance of WP_Post class.
Defined at: - Introduced in WordPress: 5.9.0
- Deprecated in WordPress: —
Description
This callback disables the content editor for wp_navigation type posts.Content editor cannot handle wp_navigation type posts correctly.
We cannot disable the "editor" feature in the wp_navigation's CPT definition
because it disables the ability to save navigation blocks via REST API.