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