Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 18, 2019 17:00
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/4cffd45438bfb659a7bffe803ef9deb0 to your computer and use it in GitHub Desktop.
Save jchristopher/4cffd45438bfb659a7bffe803ef9deb0 to your computer and use it in GitHub Desktop.
Enable PID output when debugging in SearchWP
<?php
// Enable PID output when debugging in SearchWP.
add_filter( 'searchwp_debug_include_pid', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment