Last active
January 23, 2016 01:14
-
-
Save jchristopher/6524511 to your computer and use it in GitHub Desktop.
Enable debugging in SearchWP
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 | |
/** | |
* 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