Changeset 2371977
- Timestamp:
- 08/30/2020 07:53:12 PM (6 years ago)
- Location:
- better-gdpr/trunk
- Files:
-
- 2 edited
-
admin-user.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-gdpr/trunk/admin-user.php
r2371971 r2371977 346 346 add_filter( 'manage_users_custom_column', 'bettergdpr_get_user_consents', 10, 6 ); 347 347 add_filter( 'manage_users_columns', 'bettergdpr_add_consents_column' ); 348 register_uninstall_hook( __FILE__, 'bettergdpr_uninstall'); 349 } 348 // register_uninstall_hook( __FILE__, 'bettergdpr_uninstall' ); 349 // register_deactivation_hook( __FILE__, 'bettergdpr_uninstall' ); 350 } 351 -
better-gdpr/trunk/readme.txt
r2371933 r2371977 2 2 Contributors: stremovsky 3 3 Donate link: https://paranoidguy.com/ 4 Tags: gdpr, privacy, cookie-consent4 Tags: gdpr, privacy, privacy-tools, compliance, cookie-consent 5 5 Requires at least: 4.7 6 6 Tested up to: 5.5 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 11 11 12 GDPR & Cookie Consent plugin built by ParanoidGuy.com team.12 GDPR Automation & Cookie Consent plugin built by ParanoidGuy.com team. 13 13 14 14 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.