Changeset 2441671
- Timestamp:
- 12/17/2020 03:31:59 PM (5 years ago)
- File:
-
- 1 edited
-
gdpr-banner/trunk/gdpr-banner.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-banner/trunk/gdpr-banner.php
r2441669 r2441671 3 3 Plugin Name: GDPR Banner 4 4 Description: Adds a banner to your website to assist with GDPR compliance, featuring links to privacy policy and T&Cs, and allows users to disable Google Analytics cookies. 5 Version: 1.5. 15 Version: 1.5.2 6 6 Author: Worcester Web Studio 7 7 Author URI: https://www.worcesterwebstudio.com/ … … 89 89 <p>Show Banner at Top on Mobile <input name="gdpr_banner_mobile_position" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_mobile_position' ) ); ?> /> </p> 90 90 <p>Show Banner at Top on Desktop <input name="gdpr_banner_desktop_position" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_desktop_position' ) ); ?> /></p> 91 <p>Enable full scree mmode (this will ignore any top or bottom placement on desktop and mobile) <input name="gdpr_banner_full_screen" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_full_screen' ) ); ?> /></p>91 <p>Enable full screen mode (this will ignore any top or bottom placement on desktop and mobile) <input name="gdpr_banner_full_screen" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_full_screen' ) ); ?> /></p> 92 92 <?php wp_nonce_field('gdpr-banner-update-settings'); ?> 93 93 <?php submit_button(); ?>
Note: See TracChangeset
for help on using the changeset viewer.