Skip to content

Instantly share code, notes, and snippets.

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 elias1435/446f17861f6fe9b09692843c3d223b1b to your computer and use it in GitHub Desktop.
Save elias1435/446f17861f6fe9b09692843c3d223b1b to your computer and use it in GitHub Desktop.
<?php
// Customize SearchWP Engine used.
add_filter( 'searchwp\native\args', function( $args, $query ) {
$args['engine'] = 'supplemental';
return $args;
}, 15, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment