You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -230,7 +229,7 @@ function is_applicable_form( $form ) {
230
229
231
230
/**
232
231
* Configuration
233
-
* - for a single form, set form_id to your form ID, and exclude_fields to an array of the fields you wish to exclude or use exclude_fields_without_options for fields without options
232
+
* - for a single form, set form_id to your form ID, and exclude_fields to an array of the fields you wish to exclude or use exclude_options_from_fields for fields without options
234
233
* - for multiple forms, set exclude_fields_by_form to an array with form IDs as its keys, and arrays of field IDs as its values
235
234
* - set skip_for_100_percent to true to ignore these exclusions when a 100% off coupon is used
236
235
*/
@@ -247,7 +246,7 @@ function is_applicable_form( $form ) {
0 commit comments