Hello Aaron,
Normally, it works with ACF, but then it depends on how you are really using those fields. No idea about TablePress or FormidablePro, this you need to try it out and come back to me. If it is not, I will mention the incompatibility in the description of the plugin.
Multisite is no problem though.
Hi,
TablePress does not associate/connect uploaded images to a table or post, so those will most likely be stored as “unattached images” and would therefore be at risk of being deleted.
Regards,
Tobias
Thanks @tobiasbg. How does TablePress stores this information?
Hi,
it doesn’t really. It stores the HTML code for the image in a table cell, that’s it. It kind of doesn’t even know that the image is from the media library.
Regards,
Tobias
So that’s ok, the plugin should detect it as used 🙂 If there is a link, even a hard link, my plugin can see it too. Of course it’s better to try but it should work.
Hi,
the link URL is then part of a JSON-encoded two-dimensional array, which is stored in the wp_posts database table, in a Custom Post Type tablepress_table.
Thus, due to the JSON format, it might be necessary to search/compare for / as \/.
Regards,
Tobias