Created
January 25, 2021 13:14
-
-
Save jchristopher/cbf9ae845582340b833e8bc52ebce2ca to your computer and use it in GitHub Desktop.
Disable SearchWP system load monitoring
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 system load monitoring. | |
add_filter( 'searchwp\background_process\load_monitoring', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment