[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
cookie-law-info
/
admin
/
modules
/
ccpa
/
views
+ Folder
+ File
Upload
Editing: ccpa_settings.php
<?php if (!defined('ABSPATH')) { exit; } ob_start(); ?> <h3><?php _e('CCPA Settings', 'cookie-law-info'); ?><span class="wt-cli-tootip" data-wt-cli-tooltip="<?php _e('The right to opt out in the California Consumer Privacy Act gives consumers the ability to direct a business not to sell their personal information to a third party. If the user considers to not sell their personal information, all the scripts related to the categories which are configured to sell personal information will be blocked. The DO NOT SELL option is facilitated via a shortcode [wt_cli_ccpa_optout].', 'cookie-law-info'); ?>"><span class="wt-cli-tootip-icon"></span></span></h3> <table class="form-table"> <tr valign="top"> <th scope="row"><label for="ccpa_enabled_field"><?php _e('Enable CCPA ?', 'cookie-law-info'); ?></label></th> <td> <input type="hidden" name="ccpa_enabled_field" value="false" id="ccpa_enabled_no"> <input name="ccpa_enabled_field" type="checkbox" value="true" id="ccpa_enabled_yes" <?php checked(Cookie_Law_Info::sanitise_settings('ccpa_enabled', $cookie_options['ccpa_enabled']), true); ?>> </td> </tr> <tr valign="top"> <th scope="row"><label for="ccpa_enable_bar_field"><?php _e('Show CCPA notice', 'cookie-law-info'); ?></label><span class="wt-cli-tootip" data-wt-cli-tooltip="<?php _e('Displays CCPA notice on the consent bar of your site and records prior consent from the user.', 'cookie-law-info'); ?>"><span class="wt-cli-tootip-icon"></span></span></th> <td> <input type="hidden" name="ccpa_enable_bar_field" value="false" id="ccpa_enable_bar_no"> <input name="ccpa_enable_bar_field" type="checkbox" value="true" id="ccpa_enable_bar_yes" <?php checked(Cookie_Law_Info::sanitise_settings('ccpa_enable_bar', $cookie_options['ccpa_enable_bar']), true); ?>> </td> </tr> </table> <!-- Webtoffee GDPR CCPA Styles --> <style> .cookie-law-info-tab-content[data-id=cookie-law-info-ccpa] th { width: 400px; } </style> <?php $ccpa_settings = ob_get_contents(); ob_end_clean(); ?>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 ccpa_settings.php
FILE
Ren
[EDIT]
DEL