wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_slash › WordPress Function
Seit3.6.0
Veraltetn/v
› wp_slash ( $value )
Parameter: |
|
Gibt zurück: |
|
Definiert in: |
|
Codex: | |
Changelog: |
|
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.