Check Plugins in Use by Mutli Site Network

To check if a plugin is active on individual sites within a WordPress Multisite network, you can use the is_plugin_active_for_network function. This function takes the plugin file path as an argument and returns true if the plugin is active on the network, and false if it is not.

Here is an example of how you could use this function to check if a plugin is active on individual sites within your network:

wp plugin list --status=active --network

This will show you a list of all active plugins on the network, including the ones that are active on individual sites within the network.