wordpress / latest / hooks / htmledit_pre.html

apply_filters( 'htmledit_pre', string $output )

This hook has been deprecated.

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

Parameters

$output string
The HTML-formatted text.

Source

File: wp-includes/deprecated.php. View all references

return apply_filters( 'htmledit_pre', $output );

Used By

Used By Description

Changelog

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

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