Print all tables without specify ID in PHP code every time
-
Hey there! Let’s see if someone can help me how to do this, it would be really appreciated 🙂
I am printing my tables in PHP with this function: <?php tablepress_print_table( array( ‘id’ => ‘4’ )); ?>
But with this, I always have to specify the ID and I would like to know if there is another way of reading what tables exist and then print them all? Without having to go to the PHP code and do it manually with the ID.
Hopefully someone can help me :))))
/Maddie
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Print all tables without specify ID in PHP code every time’ is closed to new replies.