Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Apr 06, 2020 4:26 pm
Hello, In wordpress multisite version 1.7.2 there is a bug. The main page is ok, but for other site it is: https://prnt.sc/ru6i12 259 same queries. There should be only one. In version 1.7.0 there were no problems.
2 Replies
Apr 06, 2020 4:55 pm
Problem is with this code: add_action('switch_blog', array($this, 'after_switch_blog'), 10, 2); in private function init_hooks(){...
After delete all is ok.