wp_richedit_pre
wp_richedit_pre ( $text )
Parameters:- (string) text The text to be formatted.
See:Returns:- (string) The formatted text after filter is applied.
Defined at: - Introduced in WordPress: 2.0.0
- Deprecated in WordPress: 4.3.0
Description
Formats text for the rich text editor.The {@see 'richedit_pre'} filter is applied here. If `$text` is empty the filter will
be applied to an empty string.