Hi,
thanks for your post, and sorry for the trouble.
No, this is not possible, by default, for security reasons.
I would recommend to instead maybe use a custom Shortcode that “wraps” your PHP code, which you can then use in the post/page where you are showing the table.
Out of curiosity: What are you planning to do with that PHP code?
Regards,
Tobias
The description field includes a link to an external php file that generates a pdf document. Some people seem to be having caching issues with the version of the pdf file that gets generated so I thought I might add a random value pair to the query string to make sure the correct latest version of the pdf file gets generated. About the time you posted it occurred to me that maybe I could do it with a shortcode.
Thanks for the quick reply.
Thanks
Paul
Hi Paul,
ah, ok. Interesting problem… PHP could indeed solve this, but a Shortcode would really be better. Good to hear that this helped! 🙂
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!