Файловый менеджер - Редактировать - /home/bean7936/perfect-community.com/wp-content/plugins/contact-form-7-simple-recaptcha/includes/admin-recaptcha.php
Назад
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( isset( $_POST['cf7sr_nonce'] ) && wp_verify_nonce( $_POST['cf7sr_nonce'], 'cf7sr_update_recaptcha' ) && current_user_can( 'manage_options' ) ) { $cf7sr_key = ! empty( $_POST['cf7sr_key'] ) ? sanitize_text_field( $_POST['cf7sr_key'] ) : ''; $cf7sr_secret = ! empty( $_POST['cf7sr_secret'] ) ? sanitize_text_field( $_POST['cf7sr_secret'] ) : ''; $cf7sr_message = ! empty( $_POST['cf7sr_message'] ) ? sanitize_text_field( $_POST['cf7sr_message'] ) : ''; $cf7sr_language = ! empty( $_POST['cf7sr_language'] ) ? sanitize_text_field( $_POST['cf7sr_language'] ) : ''; update_option( 'cf7sr_key', $cf7sr_key ); update_option( 'cf7sr_secret', $cf7sr_secret ); update_option( 'cf7sr_message', $cf7sr_message ); update_option( 'cf7sr_language', $cf7sr_language ); add_settings_error( 'cf7sr_messages', 'cf7sr_message', __( 'Settings saved successfully.', 'contact-form-7-simple-recaptcha' ), 'updated' ); } $cf7sr_key = get_option( 'cf7sr_key' ); $cf7sr_secret = get_option( 'cf7sr_secret' ); $cf7sr_message = get_option( 'cf7sr_message' ); $cf7sr_language = get_option( 'cf7sr_language' ); settings_errors( 'cf7sr_messages' ); ?> <form class="cf7sr-settings" action="<?php echo esc_attr( admin_url( 'admin.php?page=cf7sr-edit&tab=recaptcha' ) ); ?>" method="POST"> <?php wp_nonce_field( 'cf7sr_update_recaptcha', 'cf7sr_nonce' ); ?> <?php if (empty($cf7sr_key) || empty($cf7sr_secret)) { ?> <p class="cf7sr-title cf7sr-danger-msg"><?php esc_html_e( 'reCaptcha 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_key ); ?>" name="cf7sr_key"> </div> <div class="cf7sr-row"> <label>Secret key</label> <input type="text" value="<?php echo esc_attr( $cf7sr_secret ); ?>" name="cf7sr_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_message ); ?>" name="cf7sr_message"> </div> <div class="cf7sr-row"> <label><?php esc_html_e( 'Force reCaptcha to render in a specific language. Google auto-detects if unspecified.', 'contact-form-7-simple-recaptcha' ); ?></label> <select name="cf7sr_language"> <option value=""></option> <?php foreach ( CF7SR_LANGUAGES as $key => $label ) { ?> <option value="<?php echo esc_attr($key); ?>" <?php selected($cf7sr_language, $key); ?>> <?php echo esc_html($label); ?> </option> <?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 reCaptcha to Contact Form 7 form, add <strong>[cf7sr-recaptcha]</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 reCaptcha is normal, for compact size use shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-recaptcha size="compact"]</strong></p> <p class="cf7sr-title cf7sr-info-msg"> <?php esc_html_e( 'Default color theme of reCaptcha is light, for dark theme use shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-recaptcha theme="dark"]</strong> </p> <p class="cf7sr-title cf7sr-info-msg"> <?php esc_html_e( 'Default type of reCaptcha is image, for audio type use shortcode:', 'contact-form-7-simple-recaptcha' ); ?> <strong>[cf7sr-recaptcha type="audio"]</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-recaptcha 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://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a><br> <?php esc_html_e( 'Choose:', 'contact-form-7-simple-recaptcha' ); ?> Challenge (v2) -> "I'm not a robot" Checkbox </p> <p><a target="_blank" href="https://www.google.com/recaptcha/admin"> <img src="<?php echo esc_url( CF7SR_PLUGIN_URL . '/assets/img/recaptcha.jpg' ); ?>" width="400" alt="captcha" /> </a> </p> </div>
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка