WPDev.one
Core Function
View Source on Trac ↗

wp_kses_stripslashes()

wp_kses_stripslashes( mixed $content )

Strips slashes from in front of quotes.

Parameters 1 required

Name / Type Description
$content
string

String to strip slashes from.

Required

Return Value

(string)
Fixed string with quoted slashes.

Function Information

Since Version
1.0.0
Source File
wp-includes/kses.php
Advertisement