apply_filters( ‘format_to_edit’, string $content )

In this article

Filters the text to be formatted for editing.

Parameters

$contentstring
The text, prior to formatting for editing.

Source

$content = apply_filters( 'format_to_edit', $content );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

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