wpwhpro/helpers/request_values_stripslashes
Description:
This filter allows you to modify the prefix that is set in front of integer values to make the XML valid.
Parameter | Type | Description |
---|---|---|
false | bool |
Wether to strip slashes or not. Default false. |
$return | string |
The string that will be modified. |
$stripslashes = apply_filters( 'wpwhpro/helpers/request_values_stripslashes', false, $return );