Switch language

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




funky_javascript_callback [ WordPress Function ]

funky_javascript_callback ( $matches )
Access:
  • private
Parameters:
  • (array) $matches Single Match
Returns:
  • (string) An HTML entity
Defined at:



Callback used to change %uXXXX to &#YYY; syntax

Source


<?php
function funky_javascript_callback($matches) {
    return 
"&#".base_convert($matches[1],16,10).";";
}
?>

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