-
-
Save searchwpgists/f53caa3d14545f0a0ad2006e442f8337 to your computer and use it in GitHub Desktop.
Disable SearchWP Email Summaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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