contact_form_action( $instance, $instance_hash ); // Display the title if( $instance['display_title'] && !empty( $instance['title'] ) ) { echo $args['before_title'] . $instance['title'] . $args['after_title']; } $short_hash = substr( $instance_hash, 0, 4 ); if( $result['status'] == 'success' ) { // Display the success message ?>
$recaptcha_config['site_key'], 'theme' => $recaptcha_config['theme'], 'type' => $recaptcha_config['type'], 'size' => $recaptcha_config['size'] ); } ?>
render_form_fields( $instance['fields'], $result['errors'], $instance ) ?>
$val ) echo $name . '="' . esc_attr( $val ) . '" ' ?> >