- Timestamp:
- 05/27/2020 09:42:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
r47122 r47858 71 71 * @param int $object_id Object ID to fetch meta for. 72 72 * @param WP_REST_Request $request Full details about the request. 73 * @return object|WP_Error Object containing the meta values by name, otherwise WP_Error object.73 * @return array Array containing the meta values keyed by name. 74 74 */ 75 75 public function get_value( $object_id, $request ) {
Note: See TracChangeset
for help on using the changeset viewer.