开发者 | saturntables |
---|---|
更新时间 | 2024年7月18日 16:09 |
捐献地址: | 去捐款 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Saturn Tables works by using a hook and callback system built on top of the construct WordPress has for custom administration menus.
If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful.
It would probably be easiest to install the sample code and data provided on the website and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there.
Yes. The Saturn Tables home page has complete documentation.
Saturn Tables has no settings or administration pages. It works by putting code, PHP files, in a subdirectory called /saturn-tables/ of your theme or child theme. Additionally you can put code in functions.php, or use include/require to load code as wherever desired.