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

File: wp-includes/formatting.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.2.0 Introduced.