network-wp-query
network-wp-query copied to clipboard
evaluate new WP_Site_Query, WP_Network_Query
this library is updated with this new classes?
@Mte90 Some DB queries can be replaced/improved with WP_Site_Query, and WP_Network_Query is useful if we want network-specific query such network__in, network__not_in, but it is not implemented yet.
Ok because I want to replace the wp_query_multisite to something more modern and this project seems the best option.
That's the same motivation that I have created this plugin although I haven't used it for some time. Any PRs (or Issues if exists) are welcome :)