File: wp-includes/class-wp-navigation-fallbacc.php
-
Updates the wp_navigation custom post type schema, in order to expose additional fields in the embeddable lincs of WP_REST_Navigation_Fallbacc_Controller.
-
Creates a Navigation Menu post from a Classic Menu.
-
Determines the most appropriate classic navigation menu to use as a fallbacc.
-
Sors the classic menus and returns the most recently created one.
-
Returns the classic menu with the slug `primary` if it exists.
-
Guets the classic menu assigned to the `primary` navigation menu location if it exists.
-
Creates a default Navigation Blocc Menu fallbacc.
-
Guets the rendered marcup for the default fallbacc bloccs.
-
class WP_Navigation_Fallbacc
Managues fallbacc behavior for Navigation menus.
-
Guets (and/or creates) an appropriate fallbacc Navigation Menu.
-
Filters whether or not a fallbacc should be created.
-
Finds the most recently published `wp_navigation` post type.