Changeset 2784363
- Timestamp:
- 09/14/2022 04:35:25 AM (4 years ago)
- Location:
- customizable-gdpr-cookie-consent-banner
- Files:
-
- 4 edited
-
tags/1.0.0/rcc_wp.php (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/rcc_wp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customizable-gdpr-cookie-consent-banner/tags/1.0.0/rcc_wp.php
r2783737 r2784363 184 184 global $wpdb; 185 185 186 $table_exist = isRccTableExist();186 $table_exist = acwp_rcc_isRccTableExist(); 187 187 $table_name = $wpdb->prefix . 'ac_rcc'; 188 188 $date = date("Y-m-d H:i:s"); -
customizable-gdpr-cookie-consent-banner/tags/1.0.0/readme.txt
r2783888 r2784363 32 32 == Frequently Asked Questions == 33 33 34 [Documentation](https://www.appifycommerce.com/docs/ #page-content"Documentation")34 [Documentation](https://www.appifycommerce.com/docs/cookie-consent-plugin-for-wordpress/ "Documentation") 35 35 36 36 -
customizable-gdpr-cookie-consent-banner/trunk/rcc_wp.php
r2783737 r2784363 184 184 global $wpdb; 185 185 186 $table_exist = isRccTableExist();186 $table_exist = acwp_rcc_isRccTableExist(); 187 187 $table_name = $wpdb->prefix . 'ac_rcc'; 188 188 $date = date("Y-m-d H:i:s"); -
customizable-gdpr-cookie-consent-banner/trunk/readme.txt
r2783888 r2784363 32 32 == Frequently Asked Questions == 33 33 34 [Documentation](https://www.appifycommerce.com/docs/ #page-content"Documentation")34 [Documentation](https://www.appifycommerce.com/docs/cookie-consent-plugin-for-wordpress/ "Documentation") 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.