Switch language

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




wp_kses_js_entities [ WordPress Function ]

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



Removes the HTML JavaScript entities found in early versions of Netscape 4.

Source


<?php
function wp_kses_js_entities($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