wp_htmledit_pre
wp_htmledit_pre ( $output )
Parameters:- (string) output The text to be formatted.
See:Returns:- (string) Formatted text after filter applied.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: 4.3.0
Description
Formats text for the HTML editor.Unless $output is empty it will pass through htmlspecialchars before the
{@see 'htmledit_pre'} filter is applied.