WP_REST_User_Meta_Fields::get_meta_subtype(): string

Retrieves the user meta subtype.


Return

string 'user' There are no subtypes.


Top ↑

Source

File: wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php. View all references

protected function get_meta_subtype() {
	return 'user';
}

Top ↑

Changelog

Changelog
Version Description
4.9.8 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.