fabacab / multisite-directory

:card_index::globe_with_meridians: Add a browseable, flexible directory of the sites in a WP Multisite network.
https://wordpress.org/plugins/multisite-directory/
GNU General Public License v2.0
1 stars 6 forks source link

Upcoming Multisite Changes #18

Closed misfist closed 8 years ago

misfist commented 8 years ago

In case you haven't been following multi-site development, I wanted to draw your attention to some interesting changes coming up:

WP_Site_Query - With WP_Site is being merged in #32450 and there will be a new class for querying for sites. https://core.trac.wordpress.org/ticket/35791

Deprecate wp_get_sites() - Now that get_sites() has been introduced (https://core.trac.wordpress.org/changeset/37616) as part of WP_Site_Query, wp_get_sites() will be deprecated.

Network Admin Should Have its Own Settings API - This feature request might come to be. https://core.trac.wordpress.org/ticket/36994

https://core.trac.wordpress.org/ticket/15691

fabacab commented 8 years ago

I wasn't aware of these upcoming additions, thanks.