Gets the empty value for a schema type.
WP_REST_Meta_Fields::default_additional_properties_to_false
Recursively add additionalProperties = false to all objects in a schema if no additionalProperties setting is specified.
WP_REST_Meta_Fields::check_meta_is_array
Check the ‘meta’ value of a request is an associative array.
WP_REST_Meta_Fields::prepare_value
Prepares a meta value for output.
Advertisement
WP_REST_Meta_Fields::get_field_schema
Retrieves the object’s meta schema, conforming to JSON Schema.
WP_REST_Meta_Fields::update_meta_value
Updates a meta value for an object.
WP_REST_Meta_Fields::get_registered_fields
Retrieves all the registered meta fields.
WP_REST_Meta_Fields::update_multi_meta_value
Updates multiple meta values for an object.
Advertisement
WP_REST_Meta_Fields::delete_meta_value
Deletes a meta value for an object.
WP_REST_Meta_Fields::update_value
Updates meta values.
WP_REST_Meta_Fields::get_value
Retrieves the meta field value.
WP_REST_Meta_Fields::prepare_value_for_response
Prepares a meta value for a response.
Advertisement
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().
WP_REST_Meta_Fields::get_meta_subtype
Retrieves the object meta subtype.