WP_REST_Post_Meta_Fields::get_meta_type()
Retrieves the post 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 |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_post_meta_fields/get_meta_type