WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about esc_textarea

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 4623 /**
* Filters a string cleaned and escaped for output in a textarea element.
*
* @since 3.1.0
*
* @param string $safe_text The text after it has been escaped.
* @param string $text The text prior to being escaped.
*/

Hook Parameters

Parameter Type Name Description
string $safe_text The text after it has been escaped.
string $text The text prior to being escaped.