Skip to content

Commit 55892ed

Browse files
authored
gppa-dynamic-quantity-choices.php: Fixed the CSS class name.
1 parent 9635651 commit 55892ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp-populate-anything/gppa-dynamic-quantity-choices.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
add_filter( 'gppa_input_choices', function( $choices, $field, $objects ) {
2121

22-
if ( strpos( $field->cssClass, 'gppa-dynamic-quantity-chocies' ) === false ) {
22+
if ( strpos( $field->cssClass, 'gppa-dynamic-quantity-choices' ) === false ) {
2323
return $choices;
2424
}
2525

0 commit comments

Comments
 (0)