Replies: 0
Hello,
I would like to perform a sql transaction in a custom plugin and lock non-wordpress tables. However, wordfence sql queries are run sometimes while the transaction is executed. This result an error (ie with wfblock7) because the wordfence table is not locked.
I guess there are hooks, filters or functions catching $wpdb->query or other wpdb functions to run.
What is the best way to perform an sql transaction with wordfence ?
Thanks for your help.