Skip to content

Commit

Permalink
Merge pull request #462 from humanmade/461-update-elasticpress-filter
Browse files Browse the repository at this point in the history
#461 Update Elasticpress filter name
  • Loading branch information
mikelittle authored Apr 18, 2023
2 parents 1aaeab0 + 073966e commit e6c0300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function load_elasticpress() {
add_filter( 'ep_admin_notices', __NAMESPACE__ . '\\remove_ep_dashboard_notices' );

// Modify the default search query to use preset modes.
add_filter( 'ep_formatted_args_query', __NAMESPACE__ . '\\enhance_search_query', 10, 2 );
add_filter( 'ep_post_formatted_args_query', __NAMESPACE__ . '\\enhance_search_query', 10, 2 );
add_filter( 'ep_term_formatted_args_query', __NAMESPACE__ . '\\enhance_term_search_query', 10, 2 );
add_filter( 'ep_user_formatted_args_query', __NAMESPACE__ . '\\enhance_user_search_query', 10, 2 );

Expand Down

0 comments on commit e6c0300

Please sign in to comment.