Skip to content

Commit

Permalink
kebab style filter name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Apr 11, 2024
1 parent 80f1c3d commit 7129030
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@
/**
* Modify the step value for the input fields.
*
* @since $ver$
* @param string $value The step size.
* @filter gk/foundation/force-standalone-foundation-instance
*
* @since $ver$
*
* @param string $value The step size.
* @param GravityView_View $gravityview_view The view object.
*/
$step = apply_filters(
'gk/gravityview/search/number_range/step',
'gk/gravityview/search/number-range/step',
'quantity' === $gravityview_view->search_field['type'] ? '1' : 'any',
$gravityview_view
);
Expand Down

0 comments on commit 7129030

Please sign in to comment.