wp_magic_quotes
- %1$s is private and should not be used in themes or plugins directly.
wp_magic_quotes ( No parameters )
- Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Adds magic quotes to `$_GET`, `$_POST`, `$_COOKIE`, and `$_SERVER`.Also forces `$_REQUEST` to be `$_GET + $_POST`. If `$_SERVER`,
`$_COOKIE`, or `$_ENV` are needed, use those superglobals directly.