So I looked into this a bit more and noticed that in phpMyAdmin a process was showing as locked multiple times: `
SELECT DISTINCT
SQL_CALC_FOUND_ROWS wp_users.ID
FROM wp_users
INNER JOIN wp_usermeta ON ( wp_users.ID`
I found that it was coming from roles.php starting at line 197. I commented it out and the plugin seems to be working just fine.
Going through the code it looks like it only has to do with blog posts which I’m not concerned with, but I may be wrong.
I consider myself to be a pretty good php programmer, but not that familiar with wordpress and it’s api.
Can you please confirm that this will not affect the plugin’s use, or possibly update the plugin to fix this matter.
Thanks