Random Table Shortcode

For some use cases, it might be desired to show a random table from a certain set of tables.

To do that, download, install, and activate the Extension like a regular WordPress plugin. You can then use a Shortcode in a post or page like

[random-table from="1,4,6,7,9" /]Code language: JSON / JSON with Comments (json)

to show a random table from the set of tables with the IDs 1, 4, 6, 7, and 9.