On this page
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
File: wp-includes/formatting.php. View all references
$content = apply_filters( 'format_to_edit', $content );
Related
Used By
| Used By | Description |
|---|---|
| format_to_edit() wp-includes/formatting.php | Acts on text which is about to be edited. |
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/format_to_edit