Filter hook 'the_editor'

in WP Core File wp-includes/class-wp-editor.php at line 265

Description

Filters the HTML markup output that displays the editor.

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 265

Parameters

Type Name Description
string $output Editor's HTML markup.

PHP Doc

/**
		 * Filters the HTML markup output that displays the editor.
		 *
		 * @since 2.1.0
		 *
		 * @param string $output Editor's HTML markup.
		 */