- Timestamp:
- 07/10/2024 11:10:44 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r57648 r58704 463 463 * 464 464 * @param WP_REST_Request $request Full details about the request. 465 * @return true|WP_Error True if the request has access to create items, false or WP_Error object otherwise.465 * @return bool|WP_Error True if the request has access to create items, otherwise false or WP_Error object. 466 466 */ 467 467 public function create_item_permissions_check( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.