Файловый менеджер - Редактировать - /home/bean7936/perfect-community.com/wp-content/plugins/contact-form-7-simple-recaptcha/includes/admin-hcaptcha.php
Назад
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( isset( $_POST['cf7sr_nonce'] ) && wp_verify_nonce( $_POST['cf7sr_nonce'], 'cf7sr_update_hcaptcha' ) && current_user_can( 'manage_options' ) ) { $cf7sr_hc_key = ! empty( $_POST['cf7sr_hc_key'] ) ? sanitize_text_field( trim( $_POST['cf7sr_hc_key'] ) ) : ''; $cf7sr_hc_secret = ! empty( $_POST['cf7sr_hc_secret'] ) ? sanitize_text_field( trim( $_POST['cf7sr_hc_secret'] ) ) : ''; $cf7sr_hc_message = ! empty( $_POST['cf7sr_hc_message'] ) ? sanitize_text_field( $_POST['cf7sr_hc_message'] ) : ''; $cf7sr_hc_language = ! empty( $_POST['cf7sr_hc_language'] ) ? sanitize_text_field( $_POST['cf7sr_hc_language'] ) : ''; update_option( 'cf7sr_hc_key', $cf7sr_hc_key ); update_option( 'cf7sr_hc_secret', $cf7sr_hc_secret ); update_option( 'cf7sr_hc_message', $cf7sr_hc_message ); update_option( 'cf7sr_hc_language', $cf7sr_hc_language ); add_settings_error( 'cf7sr_messages', 'cf7sr_message', __( 'Settings saved successfully.', 'contact-form-7-simple-recaptcha' ), 'updated' ); } $cf7sr_hc_key = get_option( 'cf7sr_hc_key' ); $cf7sr_hc_secret = get_option( 'cf7sr_hc_secret' ); $cf7sr_hc_message = get_option( 'cf7sr_hc_message' ); $cf7sr_hc_language = get_option( 'cf7sr_hc_language' ); settings_errors( 'cf7sr_messages' ); ?> <form class="cf7sr-settings" action="<?php echo esc_attr( admin_url( 'admin.php?page=cf7sr-edit&tab=hcaptcha' ) ); ?>" method="POST"> <?php wp_nonce_field( 'cf7sr_update_hcaptcha', 'cf7sr_nonce' ); ?> <?php if (empty($cf7sr_hc_key) || empty($cf7sr_hc_secret)) { ?> <p class="cf7sr-title cf7sr-danger-msg"><?php esc_html_e( 'hCaptcha will not work unless you set up the configuration below', 'contact-form-7-simple-recaptcha' ); ?></p> <?php } ?> <div class="cf7sr-row"> <label>Site key</label> <input type="text" value="<?php echo esc_attr( $cf7sr_hc_key ); ?>" name="cf7sr_hc_key"> </div> <div class="cf7sr-row"> <label>Secret key</label> <input type="text" value="<?php echo esc_attr( $cf7sr_hc_secret ); ?>" name="cf7sr_hc_secret"> </div> <div class="cf7sr-row"> <label><?php esc_html_e( 'Invalid captcha error message', 'contact-form-7-simple-recaptcha' ); ?></label> <input type="text" placeholder="<?php esc_html_e( 'Invalid captcha', 'contact-form-7-simple-recaptcha' ); ?>" value="<?php echo esc_attr( $cf7sr_hc_message ); ?>" name="cf7sr_hc_message"> </div> <div class="cf7sr-row"> <label><?php esc_html_e( 'Force hCaptcha to render in a specific language.', 'contact-form-7-simple-recaptcha' ); ?></label> <select name="cf7sr_hc_language"> <option value=""></option> <?php if ( defined('CF7SR_LANGUAGES') && is_array(CF7SR_LANGUAGES) ) { ?> <?php foreach ( CF7SR_LANGUAGES as $key => $label ) { ?> <option value="<?php echo esc_attr($key); ?>" <?php selected($cf7sr_hc_language, $key); ?>> <?php echo esc_html($label); ?> </option> <?php } ?> <?php } ?> </select> </div> <input type="submit" class="button-primary" value="<?php esc_html_e( 'Save Settings', 'contact-form-7-simple-recaptcha' ); ?>"> </form> <p class="cf7sr-title cf7sr-info-msg"> <?php echo wp_kses( __( 'To add hCaptcha to Contact Form 7 form, add <strong>[cf7sr-hcaptcha]</strong> in your form (preferable above submit button)', 'contact-form-7-simple-recaptcha' ), array( 'strong' => array() ) ); ?> </p> <p class="cf7sr-title cf7sr-info-msg"> <?php esc_html_e( 'Default size of hCaptcha is normal, for compact size use shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-hcaptcha size="compact"]</strong> </p> <p class="cf7sr-title cf7sr-info-msg"> <?php esc_html_e( 'Default color theme of hCaptcha is light, for dark theme use shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-hcaptcha theme="dark"]</strong> </p> <p class="cf7sr-title cf7sr-info-msg"> <?php esc_html_e( 'You can combine multiple attributes, sample shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-hcaptcha size="compact" theme="dark"]</strong> </p> <div class="cf7sr-generate"> <p class="cf7sr-title cf7sr-warning-msg"> <?php esc_html_e( 'Use this link to generate', 'contact-form-7-simple-recaptcha' ); ?> <i>Site key</i> and <i>Secret key</i>: <a target="_blank" href="https://dashboard.hcaptcha.com/signup">https://dashboard.hcaptcha.com/signup</a><br> </p> <p> <a target="_blank" href="https://dashboard.hcaptcha.com/signup"> <img src="<?php echo esc_url( CF7SR_PLUGIN_URL . '/assets/img/hcaptcha.jpg' ); ?>" width="400" alt="captcha" /> </a> </p> </div>
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка