paste_preprocess tinymce issue
问题 i want to strip all the html tags when pasting in tinymce editor. following is the code which is not functional... following is the tinymce settings... the paste_preprocess callback is not trigering... am i missing some option..? tinyMCESettings = [ { mode : "none,textareas", height:heightEditor, width:'100%', plugins: "paste", theme : "advanced", //skin : "wp_theme", theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter", relative_urls : "true", paste_use