Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

SQL transaction/lock and wordfence

$
0
0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles