Description
Retrieves the object meta type.
Usage
$string = WP_REST_User_Meta_Fields::get_meta_type();
Parameters
Returns
string The user meta type.
Source
File name: wordpress/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php
Lines: 1 to 3 of 3
protected function get_meta_type() { return 'user'; }