Changeset 60172
- Timestamp:
- 04/17/2025 12:08:25 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
r59734 r60172 89 89 * via the REST API. 90 90 * @param WP_REST_Request $request Full details about the request. 91 * @param WP_REST_Controller $ thisThe current instance of the controller.91 * @param WP_REST_Controller $controller The current instance of the controller. 92 92 */ 93 93 $read_only_access = apply_filters( 'rest_menu_read_access', false, $request, $this );
Note: See TracChangeset
for help on using the changeset viewer.