Filter hook 'htmledit_pre'

in WP Core File wp-includes/deprecated.php at line 3638

Description

Filters the text before it is formatted for the HTML editor.

Occurrences

Filename Line Number
wp-includes/deprecated.php 3638

Parameters

Type Name Description
string $output The HTML-formatted text.

PHP Doc

/**
	 * Filters the text before it is formatted for the HTML editor.
	 *
	 * @since 2.5.0
	 * @deprecated 4.3.0
	 *
	 * @param string $output The HTML-formatted text.
	 */