Switch language

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




esc_textarea [ WordPress Function ]

esc_textarea ( $text )
Parameters:
  • (string) $text
Returns:
  • (string)
Defined at:



Escaping for textarea values.

Source


<?php
function esc_textarea$text ) {
    
$safe_text htmlspecialchars$textENT_QUOTES );
    return 
apply_filters'esc_textarea'$safe_text$text );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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