Methods
1 to 14 of 14
- WP_REST_Meta_Fields::check_meta_is_array() – Check the ‘meta’ value of a request is an associative array.
- WP_REST_Meta_Fields::delete_meta_value() – Deletes a meta value for an object.
- WP_REST_Meta_Fields::get_field_schema() – Retrieves the object’s meta schema, conforming to JSON Schema.
- 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_Meta_Fields::get_registered_fields() – Retrieves all the registered meta fields.
- WP_REST_Meta_Fields::get_rest_field_type() – Retrieves the object type for register_rest_field().
- 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.
- WP_REST_Meta_Fields::prepare_value() – Prepares a meta value for output.
- WP_REST_Meta_Fields::register_field() – Registers the meta field.
- WP_REST_Meta_Fields::update_meta_value() – Updates a meta value for an object.
- WP_REST_Meta_Fields::update_multi_meta_value() – Updates multiple meta values for an object.
- WP_REST_Meta_Fields::update_value() – Updates meta values.