Plugin Directory

Changeset 2738261


Ignore:
Timestamp:
06/06/2022 09:33:26 PM (4 years ago)
Author:
saturntables
Message:

Documentation and testin update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • saturn-tables/tags/1.2.5/readme.txt

    r2638006 r2738261  
    44Tags: data tables, list tables, data sources
    55Requires at least: 5.0
    6 Tested up to: 5.8.2
     6Tested up to: 6.0
    77Stable tag: 1.2.5
    88Requires PHP: 7.0
     
    1818With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area.
    1919
    20 This plugin is new in 2021, feel free to reach out with questions.
    2120
    2221== Screenshots ==
     
    4645= Is there anything else I should know? =
    4746
    48 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. You could also put the code in functions.php, but it is easier to organize in a separate file.
     47Saturn 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.
    4948
    5049== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.