Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 29, 2022 12:57
Show Gist options
  • Save searchwpgists/8a6cbe6529d338efe11c5ca8f099d26f to your computer and use it in GitHub Desktop.
Save searchwpgists/8a6cbe6529d338efe11c5ca8f099d26f to your computer and use it in GitHub Desktop.
Enable debugging in SearchWP
<?php
// Enable debugging in SearchWP.
add_filter( 'searchwp\debug', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment