My subscriptions are not working when comments are submitted. The comments are saving ok, but the subscription is not being triggered.
I have iThemes security installed, and it adds a unique prefix to the database tables (let's say "myuniqueprefix"), so that the table for comments, originally _wc_comments_subscription, now has myuniqueprefix_wc_comments_subscription.
How can I add myuniqueprefix to the _wc_comments_subscription table reference so that subscriptions can be saved? Right now they are not being written to that field.


