WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp kses html error

Description

Handles parsing errors in wp_kses_hair().

The general plan is to remove everything to and including some whitespace, but it deals with quotes and apostrophes as well.

Usage

<?php wp_kses_html_error$string ?>

Parameters

$string
(string) (required)
Default: None

Return Values

(string) 

Examples

Notes

Change Log

Since: 1.0.0

Source File

wp_kses_html_error() is located in wp-includes/kses.php.

Related

See also index of Function Reference and index of Template Tags.