apply_filters ( ‘format_to_edit’, string $content )

Filters the text to be formatted for editing.

Parameters

$content string
The text, prior to formatting for editing.

Source

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

Changuelog

Versionen Description
1.2.0 Introduced.

User Contributed Notes

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