WPDev.one
Core Function
View Source on Trac ↗

wp_filter_nohtml_kses()

wp_filter_nohtml_kses( mixed $data )

Strips all HTML from a text string.

Parameters 1 required

Name / Type Description
$data
string

Content to strip all HTML from.

Required

Return Value

(string)
Filtered content without any HTML.

Function Information

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