You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When registering CPT's and custom taxonomies using oik APIs it makes sense to set show_in_nav_menus to false if the value if not defined by the caller. This will reduce the number of custom variations for the core/navigation block.
When registering CPT's and custom taxonomies using oik APIs it makes sense to set
show_in_nav_menus
to false if the value if not defined by the caller. This will reduce the number of custom variations for thecore/navigation
block.See bobbingwide/oik-types#23 and bobbingwide/oik-blocks#49
Proposed solution
bw_register_post_type()
,bw_register_custom_tags()
andbw_register_custom_category()
The text was updated successfully, but these errors were encountered: