Hi,
Yes, it does, buy you need to use it indepedently on each site. Cheers 🙂
About multisites, if I have 2000 sites, does it mean I have to trigger this plugin 2000x times manually? :/
Hi @magikweb,
Exactly! It’s impossible to run the plugin from the outside of the environment/site your are actually analyzing. Only the site/environment knows what it exactly needs, through the active plugins, potential filters, resolvers, the functions related to generate the content, etc. The network site can’t know anything about this (it has just access to the raw data).
Thank you for the quick reply!
I understand. Maybe we can loop using your pro version with WP CLI.
WPMU comes with a “switch_to_blog” to allow such work, but it’s not perfect, some libraries/filters may not be used in that context.
Indeed @magikweb, the WP CLI might be the best solution in this case (and it’s much faster), sorry, I totally forgot to mention it! 🙂
I would avoid the switch_to_blog for the reasons you mentioned.