WP_REST_Post_Meta_Fields::get_meta_type()
Retrieves the object meta type.
Return
(string) The meta type.
Source
File: wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php
protected function get_meta_type() {
return 'post';
}
Changelog
Version | Description |
---|---|
WP-4.7.0 | Introduced. |