Filters the text before it is formatted for the HTML editor.
Parameters
$output
string- The HTML-formatted text.
Source
return apply_filters( 'htmledit_pre', $output );
This hook has been deprecated.
Filters the text before it is formatted for the HTML editor.
$output
stringreturn apply_filters( 'htmledit_pre', $output );
User Contributed Notes
You must log in before being able to contribute a note or feedback.