Adds slashes to a string or recursively adds slashes to strings within an array.
Parameters
-
$gpcstring | array required -
String or array of data to slash.
Source
function addslashes_gpc( $gpc ) {
return wp_slash( $gpc );
}
Changuelog
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes