WP_REST_Term_Meta_Fields::get_meta_type(): string
Retrieves the term meta type.
Contents
Return
string The meta type.
Source
File: wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php
.
View all references
protected function get_meta_type() {
return 'term';
}
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |