Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/themes/foxiz/backend/panels/privacy.php
Arrière
<?php if ( ! function_exists( 'foxiz_register_options_privacy' ) ) { function foxiz_register_options_privacy() { return array( 'id' => 'foxiz_theme_ops_section_privacy', 'title' => esc_html__( 'Privacy Notice', 'foxiz' ), 'desc' => esc_html__( 'Select options for the privacy notice bar.', 'foxiz' ), 'icon' => 'el el-exclamation-sign', 'fields' => array( array( 'id' => 'privacy_bar', 'type' => 'switch', 'title' => esc_html__( 'Privacy Bar', 'foxiz' ), 'subtitle' => esc_html__( 'Enable or disable the privacy bar.', 'foxiz' ), 'default' => '0' ), array( 'id' => 'privacy_position', 'type' => 'select', 'title' => esc_html__( 'Box Position', 'foxiz' ), 'subtitle' => esc_html__( 'Select a position to display the privacy box.', 'foxiz' ), 'options' => array( 'left' => esc_html__( 'Fixed Left', 'foxiz' ), '0' => esc_html__( 'Top Site', 'foxiz' ), 'bottom' => esc_html__( 'Fixed Bottom', 'foxiz' ) ), 'default' => 'left' ), array( 'id' => 'privacy_text', 'type' => 'textarea', 'title' => esc_html__( 'Content', 'foxiz' ), 'subtitle' => esc_html__( 'Input your privacy or cookie content for your website, allow raw HTML.', 'foxiz' ), 'default' => html_entity_decode( esc_html__( 'By using this site, you agree to the <a href="#">Privacy Policy</a> and <a href="#">Terms of Use</a>.', 'foxiz' ) ) ), array( 'id' => 'privacy_bg_color', 'type' => 'color', 'title' => esc_html__( 'Background Color', 'foxiz' ), 'subtitle' => esc_html__( 'Select a color for this box background.', 'foxiz' ), 'transparent' => false, 'default' => '' ), array( 'id' => 'privacy_text_color', 'type' => 'color', 'title' => esc_html__( 'Text Color', 'foxiz' ), 'subtitle' => esc_html__( 'Select a color for the text.', 'foxiz' ), 'transparent' => false, 'default' => '' ), array( 'id' => 'dark_privacy_bg_color', 'type' => 'color', 'title' => esc_html__( 'Dark Mode - Background Color', 'foxiz' ), 'subtitle' => esc_html__( 'Select a color for this box background in the dark mode.', 'foxiz' ), 'transparent' => false, 'default' => '' ), array( 'id' => 'dark_privacy_text_color', 'type' => 'color', 'title' => esc_html__( 'Dark Mode - Text Color', 'foxiz' ), 'subtitle' => esc_html__( 'Select a color for the text in the dark mode.', 'foxiz' ), 'transparent' => false, 'default' => '' ), ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages