W3cubDocs

/WordPress

apply_filters( ‘format_to_edit’, string $content )

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

Version Description
1.2.0 Introduced.

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