pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
76 stars 22 forks source link

Deprecated hook used: wpmu_new_blog #259

Closed Drivingralle closed 1 year ago

Drivingralle commented 1 year ago

The hook "wpmu_new_blog" is deprecated in WP core since 5.1. Statify uses it.

Maybe the hook "wp_initialize_site" should be used.

stklcode commented 1 year ago

Already resolved in current development version, see #252