Skip to content

Commit

Permalink
Merge pull request #3525 from 10up/fix/3518
Browse files Browse the repository at this point in the history
Fix: Documentation for ep_facet_search_get_terms_args filter
  • Loading branch information
felipeelia authored Jul 4, 2023
2 parents 9cad240 + d8ad1ae commit 811bd8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/classes/Feature/Facets/Types/Taxonomy/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ public function render( $args, $instance ) {
*
* @since 3.5.0
* @hook ep_facet_search_get_terms_args
* @param {array} $query Weighting query
* @param {string} $post_type Post type
* @param {array} $args WP Query arguments
* @return {array} New query
* @param {array} $terms_args Array of arguments passed to get_terms()
* @param {array} $args Widget args
* @param {array} $instance Instance settings
* @return {array} New terms args
*/
apply_filters(
'ep_facet_search_get_terms_args',
Expand Down

0 comments on commit 811bd8b

Please sign in to comment.