The `get_sites()` function in WordPress is used to retrieve a list of sites based on specified parameters such as number, order, domain, path, and network
The `is_super_admin()` function in WordPress checks if a user has the highest level of administrative privileges on a site, known as super administrator status
Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not…