Plugin Directory

Changeset 2024813 for gdpr-framework


Ignore:
Timestamp:
02/04/2019 07:05:10 PM (7 years ago)
Author:
data443
Message:

resolution

Location:
gdpr-framework/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gdpr-framework/trunk/readme.txt

    r2024757 r2024813  
    11=== The GDPR Framework By Data443 ===
    22Contributors: 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 law
     3Tags: 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
    44Requires at least: 4.7
    55Tested up to: 5.0.3
  • gdpr-framework/trunk/src/Modules/WooCommerce/Woocommerce.php

    r2024675 r2024813  
    6969            'numberposts' => -1
    7070        ) );
    71         foreach($customer_orders as $order )
     71         foreach($customer_orders as $order )
    7272        {
    7373            $order_id = method_exists( $order, 'get_id' ) ? $order->get_id() : $order->id;
Note: See TracChangeset for help on using the changeset viewer.