You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wp_get_sites() function was deprecated in WordPress 4.6.0, I got deprecated warnings with the latest MPD. We should use get_sites() instead.
The files to fix are:
/multisite-post-duplicator/inc/postform_ui.php on line 64
/multisite-post-duplicator/addons/bulkaction-mpd-addon.php on line 47
/multisite-post-duplicator/mpd.php on line 38
Cheers,
Thomas
The text was updated successfully, but these errors were encountered:
Hello,
The wp_get_sites() function was deprecated in WordPress 4.6.0, I got deprecated warnings with the latest MPD. We should use get_sites() instead.
The files to fix are:
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: