File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/ninja-forms/includes/Fields/RecaptchaV3.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;

/**
 * Class NF_Fields_RecaptchaV3
 *
 * This is a dynamically injected field based on if a form has the reCAPTCHA action.
 * It doesn't appear in the builder.
 */
class NF_Fields_RecaptchaV3 extends NF_Abstracts_Field
{
    protected $_name = 'recaptcha_v3';

    protected $_type = 'recaptcha_v3';

    protected $_templates = 'recaptcha-v3';

    protected $_show_in_builder = false;
}