Filter hook 'format_to_edit'

in WP Core File wp-includes/formatting.php at line 2746

Description

Filters the text to be formatted for editing.

Occurrences

Filename Line Number
wp-includes/formatting.php 2746

Parameters

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

PHP Doc

/**
	 * Filters the text to be formatted for editing.
	 *
	 * @since 1.2.0
	 *
	 * @param string $content The text, prior to formatting for editing.
	 */