WP_REST_Meta_Fields::get_meta_type()
Retrieves the object meta type.
Method of the class: WP_REST_Meta_Fields{}
No Hooks.
Return
String
. One of 'post', 'comment', 'term', 'user', or anything else supported by _get_meta_table().
Usage
// protected - for code of main (parent) or child class $result = $this->get_meta_type();
Changelog
Since 4.7.0 | Introduced. |
WP_REST_Meta_Fields::get_meta_type() WP REST Meta Fields::get meta type code WP 6.6.2
abstract protected function get_meta_type();