using_recaptcha() ? 'checked' : ''; $recaptcha_type = PPW_Recaptcha::get_instance()->get_recaptcha_type(); $password_types = PPW_Recaptcha::get_instance()->get_password_types(); $type_options = array( PPW_Recaptcha::RECAPTCHA_V3_TYPE => __( 'reCAPTCHA v3', 'password-protect-page' ), PPW_Recaptcha::RECAPTCHA_V2_CHECKBOX_TYPE => __( 'reCAPTCHA v2 - Checkbox', 'password-protect-page' ), ); $password_type_options = array( PPW_Recaptcha::SINGLE_PASSWORD => __( 'Single password form', 'password-protect-page' ), PPW_Recaptcha::SITEWIDE_PASSWORD => __( 'Sitewide login form', 'password-protect-page' ), PPW_Recaptcha::PCP_PASSWORD => __( 'PCP password form', 'password-protect-page' ), ); ?>

id="wpp_recaptcha_options">