wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



esc_textarea › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'esc_textarea', $safe_text, $text )
Parameter: (2)
  • () safe_text The text after it has been escaped.
    Erforderlich: Ja
  • () text The text prior to being escaped.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a string cleaned and escaped for output in a textarea element.





Quellcode

return apply_filters( 'esc_textarea', $safe_text, $text );