On this page
apply_filters( 'htmledit_pre', string $output )
This hook has been deprecated.
Filters the text before it is formatted for the HTML editor.
Parameters
$outputstring-
The HTML-formatted text.
Source
File: wp-includes/deprecated.php. View all references
return apply_filters( 'htmledit_pre', $output );
Related
Used By
| Used By | Description |
|---|---|
| wp_htmledit_pre() wp-includes/deprecated.php | Formats text for the HTML editor. |
| _WP_Editors::editor() wp-includes/class-wp-editor.php | Outputs the HTML for a single instance of the editor. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/htmledit_pre