ฉันจะรวมเครื่องมือแก้ไข TinyMCE ในส่วนหน้าได้อย่างไร
ฉันกำลังพยายามเพิ่มตัวแก้ไข TinyMCE ในส่วนหน้าของฉันจากที่ผู้ใช้สามารถโพสต์ แต่ไม่เคยมีโชคมาก่อน นี่คือรหัส: PHP: add_action('wp_print_scripts', 'my_enqueue_scripts'); function my_enqueue_scripts() { wp_enqueue_script( 'tiny_mce' ); if (function_exists('wp_tiny_mce')) wp_tiny_mce(); } javascript: jQuery(document).ready(function(){ tinyMCE.init({ mode : "textareas", theme : "simple", /*plugins : "autolink, lists, spellchecker, style, layer, table, advhr, advimage, advlink, emotions, iespell, inlinepopups, insertdatetime, preview, media, searchreplace, print, contextmenu, paste, directionality, fullscreen, …