W3cubDocs

/WordPress

apply_filters( ‘htmledit_pre’, string $output )

Filters the text before it is formatted for the HTML editor.

Parameters

$outputstring
The HTML-formatted text.

Source

return apply_filters( 'htmledit_pre', $output );

Changelog

Version Description
4.3.0 This hook has been deprecated.
2.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/htmledit_pre