Import to TablePress via API
-
I’m looking for a way to automatically import new tables into TablePress.
Similar in functionality to the Table Auto Update feature, but I want a way to create new tables on demand.
Here’s what I’ve come up with so far:
1. Insert directly into the database
2. Leverage the existing code, probably from https://github.com/TobiasBg/TablePress/blob/master/classes/class-import.php
#1 looks complex and error prone and probably reinvents the wheel
#2 I’m not sure how to do this, and could use some helpHas anyone done something like this before?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Import to TablePress via API’ is closed to new replies.