Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Abandoned-Cart-Pro-for-WooCommerce
    • Admin
      • Action
      • Activate-plugin
      • Component
      • I18N
      • Import-Pro
      • License
      • Menu
      • Notices
      • Popup-Modal
        • Cart-Detail
      • Recover
      • Report
      • Setting
      • Settings
      • SMS
      • Tab
      • Template
    • Ajax-Functions
    • Classes
    • Common-Functions
    • Database-Layer
    • Encrypt-Decrypt-Data
    • Frontend
      • Cart-Capture
      • Cart-Populate
      • Coupon
      • Place-Order
    • Setting
    • Update
  • None

Classes

  • EDD_AC_WOO_Plugin_Updater
  • wcap_active_license_notice
  • Wcap_Personal_Data_Eraser
  • Wcap_Personal_Data_Export
  • WCAP_Tiny_Url
  • Wcap_TS_deactivate
  • Wcap_TS_Faq_Support
  • Wcap_TS_Tracker
  • Wcap_TS_tracking
  • Wcap_TS_Welcome
  • Wcap_TS_Woo_Active
  • Woocommerce_Abandon_Cart

Functions

  • wcap_add_notification_meta
  • wcap_get_notification_meta
  • wcap_get_notification_meta_by_key
  • wcap_get_template_status
  • wcap_update_notification_meta

Class Wcap_Personal_Data_Export

Export Abandoned Carts data in Dashboard->Tools->Export Personal Data

Located at includes/admin/wcap_privacy_export.php

Methods summary

public
# __construct( )

Construct

Construct

Since

7.8
public static
# wcap_exporter_array( array $exporters = array() , array $exporters,… )

Add our export and it's callback function

Add our export and it's callback function

Parameters

$exporters
  • Any exportes that need to be added by 3rd party plugins
$exporters,…
  • Exportes list containing our plugin details

Since

7.8
public static array
# wcap_data_exporter( string $email_address, integer $page )

Returns data to be displayed for exporting the cart details

Returns data to be displayed for exporting the cart details

Parameters

$email_address
  • EMail Address for which personal data is being exported
$page
  • The Export page number

Returns

array
$data_to_export - Data to be exported

Since

7.8

Hook

wp_privacy_personal_data_exporters
public static array
# get_cart_data( integer $abandoned_id )

Returns the personal data for each abandoned cart

Returns the personal data for each abandoned cart

Parameters

$abandoned_id
  • Abandoned Cart ID

Returns

array
$personal_data - Personal data to be displayed

Since

7.8
public static array
# wcap_get_guest_personal_info( integer $user_id )

Returns the personal data from the plugin guest cart table for guest abandoned carts

Returns the personal data from the plugin guest cart table for guest abandoned carts

Parameters

$user_id
  • User ID

Returns

array
$guest_details - Guest personal details

Since

7.8
API documentation generated by ApiGen