wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_slash › WordPress Function
Since3.6.0
Deprecatedn/a
› wp_slash ( $value )
Parameters: |
|
Returns: |
|
Defined at: |
|
Codex: | |
Change Log: |
|
Adds slashes to a string or recursively adds slashes to strings within an array.
This should be used when preparing data for core API that expects slashed data. This should not be used to escape data going directly into an SQL query.