• I am using TablePress plugin for display order data for show owners in table form.
    I use dynamic parameter for each shopkeeper and it is working properly with TablePress.

    Now I want graphical solution, but when I use below short-code for example that give me error.

    <?php
        echo do_shortcode('[table-chart id="14" /]');
    ?>

    ERROR: Uncaught ReferenceError: Chartist is not defined

  • The topic ‘How to use shortcode in PHP file’ is closed to new replies.