wp-https-domain-alias
wp-https-domain-alias copied to clipboard
Not working as intended for multisites with over 100 sites
https://github.com/Seravo/wp-https-domain-alias/blob/master/https-domain-alias.php#L112 has a call to wp_get_sites()
However, wp_get_sites defaults to max 100 sites https://core.trac.wordpress.org/browser/tags/4.4.2/src/wp-includes/ms-functions.php#L2435
Thanks for the bug report! Do you want to fix and PR?
Sure, why not.