Changeset 2024813 for gdpr-framework
- Timestamp:
- 02/04/2019 07:05:10 PM (7 years ago)
- Location:
- gdpr-framework/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
src/Modules/WooCommerce/Woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-framework/trunk/readme.txt
r2024757 r2024813 1 1 === The GDPR Framework By Data443 === 2 2 Contributors: data443 3 Tags: ccpa, pipeda, lgpd,gdpr, compliance, security, privacy, wordpress gdpr, eu privacy directive, eu cookie law, california privacy law, regulations, privacy law, law, data, general data protection regulation, gdpr law3 Tags: gdpr, compliance, security, privacy, wordpress gdpr, eu privacy directive, eu cookie law, california privacy law, regulations, privacy law, law, data, general data protection regulation, gdpr law 4 4 Requires at least: 4.7 5 5 Tested up to: 5.0.3 -
gdpr-framework/trunk/src/Modules/WooCommerce/Woocommerce.php
r2024675 r2024813 69 69 'numberposts' => -1 70 70 ) ); 71 foreach($customer_orders as $order )71 foreach($customer_orders as $order ) 72 72 { 73 73 $order_id = method_exists( $order, 'get_id' ) ? $order->get_id() : $order->id;
Note: See TracChangeset
for help on using the changeset viewer.