wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_slash_strings_only is deprecated since version 5.6.0!
Alternative: Use
Alternative: Use
wp_slash_strings_only › WordPress Function
Since5.3.0
Deprecated5.6.0
› wp_slash_strings_only ( $value )
Parameters: |
|
See: |
|
Returns: |
|
Defined at: |
|
Codex: |
Adds slashes to only string values in an array of values.
This should be used when preparing data for core APIs that expect slashed data. This should not be used to escape data going directly into an SQL query.