Nov 23, 2024 11:39 pm
Hi - first off, fantastic product - thank you so much for this!
I'm trying to programmatically pull comments out of the WordPress SQL database.
This works well when I relate wp_posts table and wp_comments tables.
However, I'm struggling to link inline comments to content within the wp_comments table.
There doesn't seem to be a way to identify which comments relate to which inline unique_id within the wp_wc_feedback_forms table.
I assume I should be looking somewhere else? Any help would be appreciated!
Many thanks,
R