WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about format_to_edit

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 2712 /**
* Filters the text to be formatted for editing.
*
* @since 1.2.0
*
* @param string $content The text, prior to formatting for editing.
*/

Hook Parameters

Parameter Type Name Description
string $content The text, prior to formatting for editing.