WP_REST_Meta_Fields::get_meta_subtype()
Retrieves the object meta subtype.
Method of the class: WP_REST_Meta_Fields{}
No Hooks.
Return
String
. Subtype for the meta type, or empty string if no specific subtype.
Usage
// protected - for code of main (parent) or child class $result = $this->get_meta_subtype();
Changelog
Since 4.9.8 | Introduced. |
WP_REST_Meta_Fields::get_meta_subtype() WP REST Meta Fields::get meta subtype code WP 6.6.2
protected function get_meta_subtype() { return ''; }