$tables
$tables :
A factory for creating Posts_Table objects.
create(array $args): \Barn2\Plugin\Posts_Table_Pro\Posts_Table
Create new table based on the supplied args.
array | $args | The args to use for the table. |
The posts table object.
fetch(string $id): \Barn2\Plugin\Posts_Table_Pro\Posts_Table
Fetch an existing table by ID.
string | $id | The posts table ID. |
The posts table object.