← All recipes

MonsterInsights turn off email summaries

Turn off MonsterInsights email summaries if admin user is a certain email address.

if [[ $( wp option get admin_email ) == "[email protected]" ]]; then
   echo "Turning off MonsterInsights email summaries"
   wp eval 'monsterinsights_update_option( "email_summaries", "off" );'
fi
Run it across a fleet

Open the console in CaptainCore Manager, pick the target sites, choose this recipe from the Cookbook picker and press run. The CLI streams each site's output back to the dock.

About the console →