JSON Tables
This plugin allows a scheduled cron job to download a JSON from a directory and update the database with the new data. Then allowing a shortcode to embed the table.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/e2es/json-tables/archive/refs/heads/main.zipReadme
JSON Tables
This plugin allows a scheduled cron job to download a JSON from a directory and update the database with the new data. Then allowing a shortcode to embed the table.
Installation
- Click on the
Download ZIPbutton at the right to download the plugin. - Go to Plugins > Add New in your WordPress admin. Click on
Upload Pluginand browse for the zip file. - Activate the plugin.
Usage
- Go to
Settings > JSON Tablesto configure the plugin. - Add a new table by providing the URL of the JSON file and the table name.
- Use the shortcode
[json_table name="table_name"]to embed the table in a post or page.