stripslashes_deep()
Function: Navigates through an array, object, or scalar, and removes slashes from the values.
Source: wp-includes/formatting.php:2832
Function: Navigates through an array, object, or scalar, and removes slashes from the values.
Source: wp-includes/formatting.php:2832
Function: Callback function for `stripslashes_deep()` which strips slashes from strings.
Source: wp-includes/formatting.php:2844
Function: Navigates through an array, object, or scalar, and encodes the values to be used in a URL.
Source: wp-includes/formatting.php:2856
Function: Navigates through an array, object, or scalar, and raw-encodes the values to be used in a URL.
Source: wp-includes/formatting.php:2868
Function: Navigates through an array, object, or scalar, and decodes URL-encoded values
Source: wp-includes/formatting.php:2880
Function: Sanitizes a string into a slug, which can be used in URLs or HTML attributes.
Source: wp-includes/formatting.php:2204
Filter Hook: Filters a sanitized title string.
Source: wp-includes/formatting.php:2220
Function: Sanitizes a title with the ‘query’ context.
Source: wp-includes/formatting.php:2239
Function: Sanitizes a title, replacing whitespace and a few other characters with dashes.
Source: wp-includes/formatting.php:2258
Function: Ensures a string is a valid SQL ‘order by’ clause.
Source: wp-includes/formatting.php:2392