WP_REST_User_Meta_Fields::get_meta_subtype()

Retrieves the object meta subtype.


Return

(string) 'user' There are no subtypes.


Source

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

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

Changelog

Changelog
Version Description
WP-4.9.8 Introduced.