List Active Themes Across a WordPress Blog Network using WP-CLI

I’ve enjoyed getting to discover more about the wp-cli tool. It provides a lot of functionality for administrators of WordPress sites, that wouldn’t be feasible to capture through clicking through the WordPress admin interface.

For work I needed to see what themes were active across the entire network of sites instead of just which was active per blog. Here’s a GitHub Gist of the command I used:

Feel free to customize and provide feedback!