Skip to content

Instantly share code, notes, and snippets.

@kierzniak
Created January 17, 2018 21:55
Show Gist options
  • Save kierzniak/23f9c66060cae7f6f3887e62a8d14fb0 to your computer and use it in GitHub Desktop.
Save kierzniak/23f9c66060cae7f6f3887e62a8d14fb0 to your computer and use it in GitHub Desktop.
Search across all network blogs in elasticpress
<?php
/**
* Search across all network blogs with elasticpress
*
* @param $scope string Search scope
*
* @return string
*/
function motivast_ep_search_scope( $scope ) {
return 'all';
}
add_filter( 'ep_search_scope', 'motivast_ep_search_scope' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment