Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created July 17, 2024 10:13
Show Gist options
  • Select an option

  • Save searchwpgists/f53caa3d14545f0a0ad2006e442f8337 to your computer and use it in GitHub Desktop.

Select an option

Save searchwpgists/f53caa3d14545f0a0ad2006e442f8337 to your computer and use it in GitHub Desktop.
Disable SearchWP Email Summaries
<?php
// Disable SearchWP Email Summaries
add_filter( 'searchwp/email_summaries/disabled', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment