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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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