Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/www/calvetrealty.com/wp-content/plugins/um-recaptcha/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/www/calvetrealty.com/wp-content/plugins/um-recaptcha/templates/captcha-v3.php
<?php
/**
 * Template for the UM Google reCAPTCHA
 *
 * Called from the um_recaptcha_add_captcha() function
 * @version 2.3.2
 *
 * This template can be overridden by copying it to yourtheme/ultimate-member/um-recaptcha/captcha-v3.php
 * @var array $args
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$recaptcha_mode = empty( $args['mode'] ) ? 'homepage' : $args['mode'];
?>

<div class="g-recaptcha" id="um-<?php echo esc_attr( $args['form_id'] ); ?>" data-mode="<?php echo esc_attr( $recaptcha_mode ); ?>"></div>

<?php
if ( UM()->form()->has_error( 'recaptcha' ) ) {
	?>

	<div class="um-field-error"><?php echo wp_kses( UM()->form()->errors['recaptcha'], UM()->get_allowed_html( 'templates' ) ); ?></div>

	<?php
}

Hry