Used By
Used By | Description |
---|---|
wp-includes/deprecated.php: wp_richedit_pre() | Formats text for the rich text editor. |
wp-includes/class-wp-editor.php: _WP_Editors::editor() | Outputs the HTML for a single instance of the editor. |
This hook has been deprecated.
Filters text returned for the rich text editor.
This filter is first evaluated, and the value returned, if an empty string is passed to wp_richedit_pre(). If an empty string is passed, it results in a break tag and line feed.
If a non-empty string is passed, the filter is evaluated on the wp_richedit_pre() return after being formatted.
(string) Text for the rich text editor.
Version | Description |
---|---|
4.3.0 | This hook has been deprecated. |
2.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/richedit_pre