Viewing 1 replies (of 1 total)
  • Thread Starter wantishi

    (@wantishi)

    Well figured a workaround. Just enqueued the correct path in WP admin pages through functions.php

    function enqueue_admin_scripts( ) {
        wp_enqueue_script( 'correct_tinymce_script_path', '/wp-includes/js/tinymce/wp-tinymce.js', array(), '1.0' );
    }
    add_action( 'admin_enqueue_scripts', 'enqueue_admin_scripts' );
Viewing 1 replies (of 1 total)
  • The topic ‘No visual editor – bad dir link to tinymce’ is closed to new replies.