function tinymce_editor_buttons($buttons) { return array(); } function tinymce_editor_buttons_second_row($buttons) { return array(); } add_filter("mce_buttons", "tinymce_editor_buttons", 99); add_filter("mce_buttons_2", "tinymce_editor_buttons_second_row", 99);
0개의 댓글