Skip to content

Commit

Permalink
Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed May 3, 2022
1 parent b3061fb commit 83300bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/classes/Feature/Search/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,10 @@ public function integrate_search_queries( $enabled, $query ) {
/**
* Filter whether to enable integration on search queries or not.
*
* @hook ep_integrate_search_queries
* @since 4.2.0
* @param {bool} $enabled Original enabled value
* @param {WP_Query} WP_Query
* @param {bool} $enabled Original enabled value
* @param {WP_Query} $query WP_Query
* @return {bool} New $enabled value
*/
return apply_filters( 'ep_integrate_search_queries', $enabled, $query );
Expand Down

0 comments on commit 83300bc

Please sign in to comment.