← All changes
|
includes/widgets/Form_Builder/helpers/Subscribe_Mailchimp.php
+2
-0
51.1.78
→
51.1.86
View file →
| @@ -27,8 +27,10 @@ | ||
| 27 | 27 | if (!wp_verify_nonce($nonce, 'king-addons-js')) { |
| 28 | 28 | return; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | + Form_Builder_Security::guard_spam(); | |
| 32 | + | |
| 31 | 33 | |
| 32 | 34 | $api_key = get_option('king_addons_mailchimp_api_key') ? get_option('king_addons_mailchimp_api_key') : ''; |
| 33 | 35 | |
| 34 | 36 | $api_key_sufix = explode('-', $api_key)[1]; |