Uses
Uses | Description |
---|---|
wp-includes/rest-api/fields/class-wp-rest-meta-fields.php: WP_REST_Meta_Fields::is_meta_value_same_as_stored_value() | Checks if the user provided value is equivalent to a stored value for the given meta key. |
wp-includes/meta.php: get_object_subtype() | Returns the object subtype for a given object ID of a specific type. |
wp-includes/rest-api.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
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/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
wp-includes/meta.php: get_metadata() | Retrieves the value of a metadata field for the specified object type and ID. |
wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. |
wp-includes/meta.php: add_metadata() | Adds metadata for the specified object. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |