Hello.
To make it simpler: I have made a plugin that build a table via DIV.
I make it available to wordpress pages via a shortcode, e.g. [mytable].
I’m going mad checking all the internet to understand how can I call another function from there, that replace that table with another table of results, linked to a href=”../” / that are included in the first table.
I.e. = a table of products is shown. The images are clickable. I need to show the product properties of the cliecked product… but I don’t now how to do it. Can you please help me on the right direction?
THANKS!!!