wp_slash


wp_slash ( $value )

Parameters:
  • (string|array) value String or array of data to slash.
Returns:
  • (string|array) Slashed `$value`, in the same type as supplied.
Defined at:
Change Log:
  • 5: .

Description

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.

Related Functions

wp_unslash, wp_hash, wp_styles, wp_rss, deslash

Top Google Results

User discussions

wpseek mobile