Core Function
View Source on Trac ↗ stripslashes_from_strings_only()
stripslashes_from_strings_only( mixed $value ) Callback function for `stripslashes_deep()` which strips slashes from strings.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $value mixed | The array or string to be stripped. Required |
Return Value
(mixed)
The stripped value.
Function Information
Since Version
4.4.0
Source File
wp-includes/formatting.php
Advertisement