1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Strip Request Value Slashes
  1. Home
  2. For Devs
  3. Filter
  4. Strip Request Value Slashes

Strip Request Value Slashes

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 );

Updated on August 10, 2019

Was this article helpful?

Related Articles