Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_kses_html_error [ WordPress Function ]

wp_kses_html_error ( $string )
Parameters:
  • (string) $string
Returns:
  • (string)
Defined at:



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.

Source


<?php
function wp_kses_html_error($string) {
    return 
preg_replace('/^("[^"]*("|$)|\'[^\']*(\'|$)|\S)*\s*/'''$string);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics