Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #62602, comment 2


Ignore:
Timestamp:
06/10/2025 05:42:03 AM (15 months ago)
Author:
vijaysinh9094

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62602, comment 2

    v2 v3  
    55I attempted to enable the TinyMCE table plugin in the wp_editor function in WordPress by including 'table' in the 'plugins' parameter. After doing so, I encountered the following error:
    66
    7 "Failed to load plugin: table from URL **/wp-includes/js/tinymce/plugins/table/plugin.min.js**"
     7"Failed to load plugin: table from URL **/wp-includes/js/tinymce/plugins/table/plugin.min.js**
    88
    99To resolve this, I manually downloaded the table plugin JavaScript file and placed it in the directory:
     
    1111
    1212However, after reloading the page, a new error appeared:
    13 
    14 "Failed to initialize plugin: table"
     13**
     14Failed to initialize plugin: table**
    1515
    1616This means that even though the file was physically added to the directory, the TinyMCE editor was still unable to initialize the plugin.