Core Function
View Source on Trac ↗ stripslashes_deep()
stripslashes_deep( mixed $value ) Navigates through an array, object, or scalar, and removes slashes from the values.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $value mixed | The value to be stripped. Required |
Return Value
(mixed)
Stripped value.
Function Information
Since Version
2.0.0
Source File
wp-includes/formatting.php
Advertisement