the_editor

the_editor

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('the_editor') is found 1 times:

  • /wp-includes/class-wp-editor.php line 254
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    * @since 2.1.0
     *
     * @param string $output Editor's HTML markup.
     */
    $the_editor = apply_filters( 'the_editor', '<div id="wp-' . $editor_id_attr . '-editor-container" class="wp-editor-container">' .
        $quicktags_toolbar .
        '<textarea' . $editor_class . $height . $tabindex . $autocomplete . ' cols="40" name="' . esc_attr( $set&#91;'textarea_name'&#93; ) . '" ' .
        'id="' . $editor_id_attr . '">%s</textarea></div>' );
     
    // Prepare the content for the Visual or Text editor, only when TinyMCE is used (back-compat).
    if ( self::$this_tinymce ) {

See this hook used in plugins: