WP Manifestindependent plugin directory
manifest / content / json-tables

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.

by E2E Studios · github.com/e2es/json-tables

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.zip

Readme

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

  1. Click on the Download ZIP button at the right to download the plugin.
  2. Go to Plugins > Add New in your WordPress admin. Click on Upload Plugin and browse for the zip file.
  3. Activate the plugin.

Usage

  1. Go to Settings > JSON Tables to configure the plugin.
  2. Add a new table by providing the URL of the JSON file and the table name.
  3. Use the shortcode [json_table name="table_name"] to embed the table in a post or page.

Read the full README on GitHub →