Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 25, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/cbf9ae845582340b833e8bc52ebce2ca to your computer and use it in GitHub Desktop.
Save jchristopher/cbf9ae845582340b833e8bc52ebce2ca to your computer and use it in GitHub Desktop.
Disable SearchWP system load monitoring
<?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