ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
  • Page 2

WP_REST_Menu_Items_Controller::get_schema_links()

Method: Retrieves Link Description Objects that should be added to the Schema for the posts collection.

Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:685

Used by 1 function | Uses 1 function

WP_REST_Menu_Items_Controller::get_item_schema()

Method: Retrieves the term’s schema, conforming to JSON Schema.

Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:712

Used by 3 functions | Uses 1 function

WP_REST_Menu_Items_Controller::get_items_permissions_check()

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

Used by 0 functions | Uses 2 functions

WP_REST_Menu_Items_Controller::get_item_permissions_check()

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

Used by 0 functions | Uses 2 functions

WP_REST_Menu_Items_Controller::check_has_read_only_access()

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

Used by 2 functions | Uses 1 function

WP_REST_Menu_Items_Controller::create_item()

Method: Creates a single post.

Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:112

Used by 0 functions | Uses 8 functions

rest_insert_nav_menu_item

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

Used by 2 functions | Uses 0 functions

rest_after_insert_nav_menu_item

Action Hook: Fires after a single menu item is completely created or updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:181

Used by 2 functions | Uses 0 functions

WP_REST_Menu_Items_Controller::update_item()

Method: Updates a single nav menu item.

Source: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:203

Used by 0 functions | Uses 8 functions

WP_REST_Menu_Items_Controller

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

Used by 0 functions | Uses 1 function
« Previous 1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy