stklcode / statify-blacklist

Filter extension for the Statify WordPress plugin
https://wordpress.org/plugins/statify-blacklist/
GNU General Public License v2.0
2 stars 1 forks source link

Multisite installation fails #11

Closed stklcode closed 6 years ago

stklcode commented 6 years ago

On multisite installations the activation hook for new sites references a non-existing method StatifyBlacklist_Install::init_site().

Second issue is triggered on network wide activation. For compatibility with WP < 4.6 a fallback to wp_get_sites() is called, which generates an array of associative arrays, while get_sites() returns an array of WP_Site objects, hence $site['blog_id'] and $site->blog_id both fail in one case.