Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active January 23, 2016 01:14
Show Gist options
  • Save jchristopher/6524511 to your computer and use it in GitHub Desktop.
Save jchristopher/6524511 to your computer and use it in GitHub Desktop.
Enable debugging in SearchWP
<?php
/**
* Enable debugging in SearchWP
* Messages are logged to searchwp-debug.txt in your uploads folder
*/
add_filter( 'searchwp_debug', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment