Function Reference/wp filter nohtml kses
Description
Strips all of the HTML in the content.
Usage
<?php wp_filter_nohtml_kses( $data ) ?>
Parameters
- $data
- (string) (required) Content to strip all HTML from
- Default: None
Return Values
- (string)
- Filtered content without any HTML
Examples
Notes
Change Log
Since: 2.1.0
Source File
wp_filter_nohtml_kses() is located in wp-includes/kses.php.
Related