PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/rfstoolsupply.com/wp-content/plugins/complianz-gdpr/config/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/rfstoolsupply.com/wp-content/plugins/complianz-gdpr/config/general-settings.php |
<?php defined( 'ABSPATH' ) or die( "you do not have access to this page!" ); $this->fields = $this->fields + array( // ----------------- General ------------------ // 'use_country' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Enable GEO IP", 'complianz-gdpr' ).cmplz_upgrade_to_premium('https://complianz.io/pricing'), 'comment' => $this->premium_geo_ip . __( 'If enabled, the cookie warning will not show for countries without a cookie law, and will adjust consent management depending on supported privacy laws', 'complianz-gdpr' ), 'disabled' => true, 'default' => false, //setting this to true will set it always to true, as the get_cookie settings will see an empty value ), /* ** a_b_testing = consent statistics ** a_b_testing_buttons = buttons to add banners ** easier, not prettier */ 'a_b_testing' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'checkbox', 'label' => __( "Enable consent statistics", 'complianz-gdpr' ), 'comment' => $this->premium_ab_testing . __( 'If enabled, the plugin will visualize stored records of consent.', 'complianz-gdpr' ), 'disabled' => true, 'default' => false, //setting this to true will set it always to true, as the get_cookie settings will see an empty value ), 'a_b_testing_buttons' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'checkbox', 'label' => __( "Enable A/B testing", 'complianz-gdpr' ), 'comment' => $this->premium_ab_testing_buttons . __( 'If enabled, the plugin will track which cookie banner has the best conversion rate.', 'complianz-gdpr' ), 'disabled' => true, 'default' => false, 'condition' => array( 'a_b_testing' => true, ), //setting this to true will set it always to true, as the get_cookie settings will see an empty value ), 'use_cdb_api' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'radio', 'required' => true, 'default' => 'yes', 'options' => $this->yes_no, 'label' => __( "Do you consent to the use of the cookiedatabase.org API?", 'complianz-gdpr' ), 'help' => __( "Without the API, you will have to manually describe all found cookies, their purpose, function, service and service types. ", 'complianz-gdpr' ), 'comment' => cmplz_sprintf( __( "Complianz provides your Cookie Policy with comprehensive cookie descriptions, supplied by %scookiedatabase.org%s. We connect to this open-source database using an external API, which sends the results of the cookie scan (a list of found cookies, used plugins and your domain) to cookiedatabase.org, for the sole purpose of providing you with accurate descriptions and keeping them up-to-date on a regular basis. For more information, read the %sPrivacy Statement%s", 'complianz-gdpr' ), '<a target="_blank" href="https://cookiedatabase.org/">', '</a>', '<a target="_blank" href="https://cookiedatabase.org/privacy-statement/">', '</a>' ), ), 'use_cdb_links' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'radio', 'required' => false, 'default' => 'yes', 'options' => $this->yes_no, 'condition' => array( 'use_cdb_api' => 'yes' ), 'label' => __( "Do you want to hyperlink cookie names so visitors can find more information on Cookiedatabase.org?", 'complianz-gdpr' ), 'tooltip' => __("These links will be added with HTML attributes so it won't hurt SEO.", "complianz-gdpr"), ), 'high_contrast' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'checkbox', 'label' => __( "Enable High Contrast mode", 'complianz-gdpr' ), 'comment' => __( 'If enabled, all the Complianz pages within the WordPress admin will be in high contrast.', 'complianz-gdpr' ), 'disabled' => false, 'default' => false, ), 'blocked_content_text' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'text', 'translatable' => true, 'label' => __( "Blocked content text", 'complianz-gdpr' ), 'default' => cmplz_sprintf(__( 'Click to accept %s cookies and enable this content', 'complianz-gdpr' ), '{category}'), 'tooltip' => __( 'The blocked content text appears when for example a YouTube video is embedded.', 'complianz-gdpr' ), 'help' => __( 'Do not change or translate the {category} string.', 'complianz-gdpr' ).' '.__( 'You may remove it if you want.', 'complianz-gdpr' ).' '.__( 'It will be replaced with the name of the category that is blocked.', 'complianz-gdpr' ), 'condition' => array( 'safe_mode' => false, ), 'callback_condition' => array( 'consent_per_service' => 'no', ) ), 'blocked_content_text_per_service' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'text', 'translatable' => true, 'label' => __( "Blocked content text", 'complianz-gdpr' ), 'default' => cmplz_sprintf(__( "Click 'I agree' to enable %s", 'complianz-gdpr' ), '{service}'), 'tooltip' => __( 'The blocked content text appears when for example a YouTube video is embedded.', 'complianz-gdpr' ), 'help' => __( 'Do not change or translate the {service} string.', 'complianz-gdpr' ).' '.__( 'You may remove it if you want.', 'complianz-gdpr' ).' '.__( 'It will be replaced with the name of the service that is blocked.', 'complianz-gdpr' ), 'condition' => array( 'safe_mode' => false, ), 'callback_condition' => array( 'consent_per_service' => 'yes', ) ), 'agree_text_per_service' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'text', 'translatable' => true, 'label' => __( "Text on 'I agree' button", 'complianz-gdpr' ), 'default' => __( "I agree", 'complianz-gdpr' ), 'tooltip' => __( 'The blocked content text appears when for example a YouTube video is embedded.', 'complianz-gdpr' ), 'condition' => array( 'safe_mode' => false, ), 'callback_condition' => array( 'consent_per_service' => 'yes', ) ), 'a_b_testing_duration' => array( 'source' => 'settings', 'step' => 'general', 'type' => 'number', 'label' => __( "Duration in days of the A/B testing period", 'complianz-gdpr' ), 'disabled' => true, 'condition' => array( 'a_b_testing_buttons' => true ), 'default' => 30, ), 'use_document_css' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Use document CSS by Complianz", 'complianz-gdpr' ), 'default' => true, 'tooltip' => __( "Disable to let your theme take over.", 'complianz-gdpr' ), ), 'use_custom_document_css' => array( 'step' => 'general', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Enable advanced features", 'complianz-gdpr' ), 'default' => false, 'tooltip' => __( "Enable if you want to add custom CSS for the documents, or enable migrate.js for Complianz", 'complianz-gdpr' ), ), 'notification_from_email' => array( 'step' => 'data-requests', 'source' => 'settings', 'type' => 'email', 'label' => __( "Notification sender email address", 'complianz-gdpr' ), 'default' => false, 'tooltip' => __( "When emails are sent, you can choose the sender email address here. Please note that it should have this website's domain as sender domain, otherwise the server might block the email from being sent.", 'complianz-gdpr' ), 'help' => __( "Email address used for Data Request email notifications.", 'complianz-gdpr' ), 'callback_condition' => array( 'cmplz_datarequests_or_dnsmpi_active' ), ), 'notification_email_subject' => array( 'step' => 'data-requests', 'source' => 'settings', 'type' => 'text', 'label' => __( "Notification email subject", 'complianz-gdpr' ), 'default' => __( 'We have received your request', 'complianz-gdpr' ), 'tooltip' => __( "Subject used for Data Request email notifications.", 'complianz-gdpr' ), 'callback_condition' => array( 'cmplz_datarequests_or_dnsmpi_active', ), ), 'notification_email_content' => array( 'step' => 'data-requests', 'source' => 'settings', 'type' => 'editor', 'label' => __( "Notification email content", 'complianz-gdpr' ), 'default' => '<p>' . __( 'Hi {name}', 'complianz-gdpr' ) . '</p>' . '<p>' . __( 'We have received your request on {blogname}. Depending on the specific request and legal obligations we might follow-up.', 'complianz-gdpr' ) . '</p>' . '<br />' . '<p>' . _x( 'Kind regards,' , 'email signature', 'complianz-gdpr' ) . '</p>' . '<br />' . '<p>' . '{blogname} ' . '</p>', 'tooltip' => __( "Email content used for Data Request email notifications.", 'complianz-gdpr' ), 'callback_condition' => array( 'cmplz_datarequests_or_dnsmpi_active', ), ), // ---------------- Cookie Blocker ----------------- // 'safe_mode' => array( 'source' => 'settings', 'type' => 'checkbox', 'step' => 'cookie-blocker', 'label' => __( "Enable safe mode", 'complianz-gdpr' ), 'default' => false, 'comment' => cmplz_sprintf( __( 'When safe mode is enabled, all integrations will be disabled temporarily, please read %sthese instructions%s to debug the issue or ask support if needed.', 'complianz-gdpr' ), '<a target="_blank" href="https://complianz.io/debugging-issues/">', '</a>' ) ), 'dont_use_placeholders' => array( 'source' => 'settings', 'type' => 'checkbox', 'step' => 'cookie-blocker', 'label' => __( "Disable placeholder insertion", 'complianz-gdpr' ), 'default' => false, 'tooltip' => __( "If you experience styling issues with videos or iFrames you can disable the placeholder insertion, which in some themes can conflict with theme styling.", 'complianz-gdpr' ), 'condition' => array( 'safe_mode' => false, ), ), 'placeholder_style' => array( 'source' => 'settings', 'type' => 'select', 'options' => array( 'minimal' => __("Default",'complianz-gdpr'), 'light' => __("Light",'complianz-gdpr'), 'color' => __("Full Color",'complianz-gdpr'), 'dark' => __("Dark Mode",'complianz-gdpr'), 'custom' => __("Custom",'complianz-gdpr'), ), 'disabled' => array( 'light', 'color', 'dark', 'custom', ), 'step' => 'cookie-blocker', 'label' => __( "Placeholder style", 'complianz-gdpr' ), 'default' => 'minimal', 'tooltip' => __( "You can choose your favorite placeholder style here.", 'complianz-gdpr' ), 'comment' => __( "You can change your placeholders manually or use Premium to do it for you.", 'complianz-gdpr' ). cmplz_read_more('https://complianz.io/changing-the-default-social-placeholders/'), 'condition' => array( 'safe_mode' => false, ), ), 'google-maps-format' => array( 'source' => 'settings', 'type' => 'select', 'options' => array( '1280x920' => "1280 x 920", '1280x500' => "1280 x 500", '500x500' => "500 x 500", 'custom' => __("Custom",'complianz-gdpr'), ), 'step' => 'cookie-blocker', 'label' => __( "Placeholder ratio", 'complianz-gdpr' ), 'default' => '1280x920', 'tooltip' => __( "Select the optimal placeholder ratio for your site.", 'complianz-gdpr' ), 'condition' => array( 'safe_mode' => false, ), 'callback_condition' => array( 'thirdparty_services_on_site' => 'google-maps,openstreetmaps', ), 'comment'=> __( "If you select custom, you need to add your custom image to your site.", 'complianz-gdpr' ).cmplz_read_more('https://complianz.io/changing-the-google-maps-placeholder/'), ), 'set_cookies_on_root' => array( 'source' => 'settings', 'step' => 'cookie-blocker', 'type' => 'checkbox', 'default' => false, 'label' => '', 'help' => '', 'condition' => array( 'hide_field' => true ), ), 'cookie_domain' => array( 'source' => 'settings', 'step' => 'cookie-blocker', 'type' => 'text', 'default' => false, 'label' => '', 'help' => '', 'condition' => array( 'hide_field' => true ), ), 'cookie_expiry' => array( 'source' => 'settings', 'step' => 'cookie-blocker', 'type' => 'number', 'default' => 365, 'label' => __( "Cookie banner expiration in days", 'complianz-gdpr' ), ), 'disable_automatic_cookiescan' => array( 'source' => 'settings', 'step' => 'cookie-blocker', 'type' => 'checkbox', 'default' => false, 'label' => __("Disable the automatic cookie scan.","complianz-gdpr"), 'tooltip' => __( "You can disable the monthly automatic cookie scan here, and do only manual cookie scans.","complianz-gdpr"), ), // -------------- Data -------------- // 'export_settings' => array( 'step' => 'data', 'source' => 'settings', 'disabled' => false, 'type' => 'button', 'action' => add_query_arg( array( 'page'=>'cmplz-settings','action' => 'cmplz_export_settings'), admin_url( 'admin.php') ), 'post_get' => 'get', 'label' => __( "Export", 'complianz-gdpr' ), 'tooltip' => __( 'You can use this to export your settings to another site', 'complianz-gdpr' ), ), 'import_settings' => array( 'step' => 'data', 'source' => 'settings', 'disabled' => true, 'type' => 'upload', 'action' => 'cmplz_import_settings', 'label' => __( "Import settings", 'complianz-gdpr' ), 'comment' => cmplz_sprintf( __( 'If you want to import your settings, please check out the %spremium version%s', 'complianz-gdpr' ), '<a target="_blank" href="https://complianz.io">', "</a>" ), ), 'reset_settings' => array( 'step' => 'data', 'warn' => __( 'Are you sure? This will remove all Complianz data.', 'complianz-gdpr' ), 'source' => 'settings', 'type' => 'button', 'action' => 'cmplz_reset_settings', 'post_get' => 'post', 'label' => __( "Reset", 'complianz-gdpr' ), 'red' => true, 'tooltip' => __( 'This will reset all settings to defaults. All data in the Complianz plugin will be deleted', 'complianz-gdpr' ), ), 'clear_data_on_uninstall' => array( 'step' => 'data', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Clear all data from Complianz on uninstall", 'complianz-gdpr' ), 'default' => false, 'tooltip' => __( 'Enabling this option will delete all your settings, and the Complianz tables when you deactivate and remove Complianz.', 'complianz-gdpr' ), ), 'restart_tour' => array( 'step' => 'data', 'source' => 'settings', 'type' => 'button', 'action' => 'cmplz_restart_tour', 'post_get' => 'post', 'label' => __( "Restart plugin tour", 'complianz-gdpr' ), ), 'disable_notifications' => array( 'step' => 'data', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Disable notifications", 'complianz-gdpr' ), 'tooltip' => __( 'Disable all plus ones and warnings on your dashboard.', 'complianz-gdpr' ), 'disabled' => false, 'default' => false, //setting this to true will set it always to true ), // ------------- Advanced features ------------- // 'enable_migrate_js' => array( 'step' => 'document-styling', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Enable migrate.js", 'complianz-gdpr' ), 'default' => false, 'tooltip' => __( "If you use legacy events and hooks, you can enable this script to restore these legacy hooks.", 'complianz-gdpr' ), ), 'enable_cookieblocker_ajax' => array( 'step' => 'document-styling', 'source' => 'settings', 'type' => 'checkbox', 'label' => __( "Enable cookie blocker for ajax loaded content", 'complianz-gdpr'), 'disabled' => false, 'default' => false, 'tooltip' => __( "When content is loaded with ajax, for example with a load more button or lightbox, this option could help blocking the service correctly", 'complianz-gdpr' ), ), 'custom_document_css' => array( 'step' => 'document-styling', 'source' => 'settings', 'type' => 'css', 'label' => __( "Custom document CSS", 'complianz-gdpr' ), 'default' => '#cmplz-document h2 {} /* titles in complianz documents */' . "\n" . '#cmplz-document h2.annex{} /* titles in annexes */' . "\n" . '#cmplz-document .subtitle.annex{} /* subtitles in annexes */' . "\n" . '#cmplz-document, #cmplz-document p, #cmplz-document span, #cmplz-document li {} /* text */' . "\n" . '#cmplz-cookies-overview .cmplz-service-header {} /* service header in cookie policy */' . "\n" . '#cmplz-cookies-overview .cmplz-service-desc {} /* service description */' . "\n" . '#cmplz-document.impressum, #cmplz-document.cookie-statement, #cmplz-document.privacy-statement {} /* styles for impressum */', 'help' => cmplz_sprintf(__('You can add additional custom CSS here. For tips and CSS lessons, check out our %sdocumentation%s', 'complianz-gdpr'), '<a target="_blank" href="https://complianz.io/?s=css">', '</a>'), 'condition' => array( 'use_custom_document_css' => true ), ), );