Skip to content

Commit

Permalink
Fix - invisible recaptcha checkbox not showing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deepench committed Jun 28, 2023
1 parent 227c556 commit f275c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/admin/builder/class-evf-builder-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ public function output_content() {
$recaptcha_secret = get_option( 'everest_forms_recaptcha_' . $recaptcha_type . '_secret_key' );
}

lg( $recaptcha_key );
switch ( $recaptcha_type ) {
case 'v2':
$recaptcha_label = esc_html__( 'Enable Google reCAPTCHA v2', 'everest-forms' );
Expand Down

0 comments on commit f275c09

Please sign in to comment.