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. |