addslashes_gpc()
Function: Adds slashes to a string or recursively adds slashes to strings within an array.
Source: wp-includes/formatting.php:2820
Function: Adds slashes to a string or recursively adds slashes to strings within an array.
Source: wp-includes/formatting.php:2820
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
Filter Hook: Filters a sanitized HTML class string.
Source: wp-includes/formatting.php:2433
Function: Converts lone & characters into `&` (a.k.a. `&`)
Source: wp-includes/formatting.php:2468
Function: Converts invalid Unicode references range to valid range.
Source: wp-includes/formatting.php:2488
Function: Balances tags if forced to, or if the ‘use_balanceTags’ option is set to true.
Source: wp-includes/formatting.php:2540
Function: Balances tags of string using a modified stack.
Source: wp-includes/formatting.php:2567