Why does WP Super Edit ALWAYS do 3 db calls?
-
Looking at WP Tuner, I can see that this plugin is ALWAYS performing 3 db calls even though WP is only showing a page – not in the admin section. Surely, this plugin should only actually do anything when it is on an edit page in the admin section.
At the very least, it should only do anything in the admin section.
if( !is_admin()){ …. }
Regards, Julian Knight
https://it.knightnet.org.uk
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Why does WP Super Edit ALWAYS do 3 db calls?’ is closed to new replies.