How to extend the_editor into theme
-
Hi,
I have a problem on this editor method which is located in class-wp-editor.php file. I want to remove this esc_attr without modify the wordpress core file, how to extend to my theme and remove this.$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[‘textarea_name’] ) . ‘” ‘ .
‘id=”‘ . $editor_id_attr . ‘”>%s</textarea></div>’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to extend the_editor into theme’ is closed to new replies.