Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_sanitize_value_from_schema() | Sanitize a value based on a schema. |
wp-includes/rest-api.php: rest_validate_value_from_schema() | Validate a value based on a schema. |
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::get_registered_fields() | Retrieves all the registered meta fields. |
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::delete_meta_value() | Deletes a meta value for an object. |
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::update_meta_value() | Updates a meta value for an object. |
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::update_multi_meta_value() | Updates multiple meta values for an object. |
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::get_meta_type() | Retrieves the object meta type. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/meta.php: get_metadata() | Retrieves the value of a metadata field for the specified object type and ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |