Uses
Uses | Description |
---|---|
wp-includes/deprecated.php: richedit_pre | Filters text returned for the rich text editor. |
wp-includes/formatting.php: convert_chars() | Converts lone & characters into |
wp-includes/formatting.php: wpautop() | Replaces double line breaks with paragraph elements. |
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. |