Skip to content

Commit

Permalink
Version bump 3.0.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepench committed May 27, 2024
1 parent b1a027d commit 1fbb35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/fields/class-evf-field-recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function field_preview( $field ) {
$image_url = plugins_url( 'assets/images/captcha/google-v3-reCAPTCHA.png', EVF_PLUGIN_FILE );
}
// Primary input.
echo '<img src="' . esc_url( $image_url ) . '" class="widefat" disabled />';
echo '<img src="' . esc_url( isset( $image_url ) ? $image_url : '' ) . '" class="widefat" disabled />';

}

Expand Down

0 comments on commit 1fbb35f

Please sign in to comment.