We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gppa-dynamic-quantity-choices.php
1 parent 9635651 commit 55892edCopy full SHA for 55892ed
gp-populate-anything/gppa-dynamic-quantity-choices.php
@@ -19,7 +19,7 @@
19
*/
20
add_filter( 'gppa_input_choices', function( $choices, $field, $objects ) {
21
22
- if ( strpos( $field->cssClass, 'gppa-dynamic-quantity-chocies' ) === false ) {
+ if ( strpos( $field->cssClass, 'gppa-dynamic-quantity-choices' ) === false ) {
23
return $choices;
24
}
25
0 commit comments