- Timestamp:
- 07/19/2018 06:48:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php
r41162 r43510 48 48 49 49 /** 50 * Retrieves the object meta subtype. 51 * 52 * @since 4.9.8 53 * 54 * @return string Subtype for the meta type, or empty string if no specific subtype. 55 */ 56 protected function get_meta_subtype() { 57 return $this->post_type; 58 } 59 60 /** 50 61 * Retrieves the type for register_rest_field(). 51 62 *
Note: See TracChangeset
for help on using the changeset viewer.