Changeset 48307
- Timestamp:
- 07/05/2020 12:17:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r48306 r48307 1719 1719 * @param array $args Schema array to use for sanitization. 1720 1720 * @param string $param The parameter name, used in error messages. 1721 * @return true|WP_Error1721 * @return mixed The sanitized value. 1722 1722 */ 1723 1723 function rest_sanitize_value_from_schema( $value, $args, $param = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.