• Resolved acmestock886

    (@acmestock886)


    How to delete the “insert a wpDataTable” and “insert a wpDataChart” button from TinyMCE?

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi acmestock886,

    Thank you for your interest in wpDataTables.

    If you what to remove those buttons from the TinyMCE editor on a WordPress post or page you will need to comment code in the plugin.
    In file
    wp-content/plugins/wpdatatables/controllers/wdt_functions.php around line 756 you will find this

    add_action('init', 'wdtMCEButtons');

    which use function wdtMCEButtons that is created for inserting buttons for “insert wpDataTable” and “insert wpDataCharts” in WP MCE editor

    And you will need to remove it or just comment like this

    //add_action('init', 'wdtMCEButtons');

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to delete the “insert a wpDataTable” button from TinyMCE?’ is closed to new replies.