Uses
Uses | Description |
---|---|
wp-includes/deprecated.php: htmledit_pre | Filters the text before it is formatted for the HTML editor. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
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. |