apply_filters( ‘htmledit_pre’, string $output )

In this article

This hook has been deprecated.

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

VersionDescription
4.3.0This hook has been deprecated.
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.