WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about htmledit_pre

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php apply_filters_deprecated 295 /**
* Filters the default editor content.
*
* @since 2.1.0
*
* @param string $content Default editor content.
* @param string $default_editor The default editor for the current user.
* Either 'html' or 'tinymce'.
*/
wp-includes/deprecated.php apply_filters 3624 /**
* Filters the text before it is formatted for the HTML editor.
*
* @since 2.5.0
* @deprecated 4.3.0
*
* @param string $output The HTML-formatted text.
*/

Hook Parameters

Parameter Type Name Description
string $output The HTML-formatted text.