Prepares a meta value for a response.
WP_REST_Meta_Fields::get_value
Retrieves the meta field value.
WP_REST_Meta_Fields::register_field
Registers the meta field.
WP_REST_Meta_Fields::get_rest_field_type
Retrieves the object type for register_rest_field().
Advertisement
WP_REST_Meta_Fields::get_meta_subtype
Retrieves the object meta subtype.
WP_REST_Meta_Fields::get_meta_type
Retrieves the object meta type.
WP_REST_Comment_Meta_Fields::get_rest_field_type
Retrieves the type for register_rest_field() in the context of comments.
WP_REST_Comment_Meta_Fields::get_meta_subtype
Retrieves the object meta subtype.
Advertisement
WP_REST_Comment_Meta_Fields::get_meta_type
Retrieves the object type for comment meta.
WP_REST_Users_Controller::get_collection_params
Retrieves the query params for collections.
WP_REST_Users_Controller::get_item_schema
Retrieves the user’s schema, conforming to JSON Schema.
WP_REST_Users_Controller::check_user_password
Check a user password for the REST API.
Advertisement
WP_REST_Users_Controller::check_username
Check a username for the REST API.
WP_REST_Users_Controller::check_role_update
Determines if the current user is allowed to make the desired roles change.
WP_REST_Users_Controller::prepare_item_for_database
Prepares a single user for creation or update.