Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_textarea | Filters a string cleaned and escaped for output in a textarea element. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |