Skip to content

Conversation

@peteredwards
Copy link
Contributor

The code to get information about active plugins and themes on different blogs was a bit inefficient, so I've modified it to use a site transient. I also noticed that the active plugins and themes were not displaying some sites which I know were using the themes/plugins. The bug here was in the use of the wp_get_sites function to retrieve site information from wordpress. The default limit for the number of sites retrieved using this function is 100, whereas I have 131 sites on my network, so 31 of the sites were not being retrieved.

pull request from changes made at home over last week
@bueltge
Copy link
Owner

bueltge commented Feb 25, 2015

Thanks a lot for this very helpful improvement, was on my todo list.
But I can't merge this automatically, have you develop on the current version?

@bueltge bueltge merged commit dbad733 into bueltge:master Feb 25, 2015
@bueltge
Copy link
Owner

bueltge commented Feb 25, 2015

Manual merged. Again many thanks for the pull request!

@peteredwards
Copy link
Contributor Author

My pleasure - thanks for all the work you have done on this plugin so far.

@bueltge
Copy link
Owner

bueltge commented Feb 25, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants