WP_REST_Menu_Items_Controller::prepare_items_query()
Method: Determines the allowed query_vars for a get_items() response and prepares them for WP_Query.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:976
Method: Determines the allowed query_vars for a get_items() response and prepares them for WP_Query.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:976
Method: Gets the id of the menu that the given menu item belongs to.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:1007
Method: Updates a single nav menu item.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:203
Class: Core class to access nav items via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:17
Method: Gets the nav menu item, if the ID is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:27
Method: Checks if a given request has access to read menu items.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:44
Method: Checks if a given request has access to read a menu item if they have access to edit them.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:62
Method: Checks whether the current user has read permission for the endpoint.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:82
Method: Creates a single post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:112
Action Hook: Fires after a single menu item is created or updated via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:151