WP_REST_User_Meta_Fields::get_meta_subtype(): string
Retrieves the user meta subtype.
Contents
Return
string 'user'
There are no subtypes.
Source
File: wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php
.
View all references
protected function get_meta_subtype() {
return 'user';
}
Changelog
Version | Description |
---|---|
4.9.8 | Introduced. |