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

Packages

  • Abandoned-Cart-Lite-for-WooCommerce
    • Admin
      • Admin-Action
      • Admin-Notice
      • Component
      • Default-Template
      • List-Class
      • Tracking-Data
      • Welcome-Page
    • Common-Functions
    • Core
    • Cron
    • Encrypt-Decrypt-Data
    • Frontend
      • Capture-Guest-Cart
    • Tracking
    • Uninstaller
  • None

Classes

  • TS_deactivate
  • TS_Faq_Support
  • ts_pro_notices
  • TS_Tracker
  • TS_tracking
  • TS_Welcome
  • TS_Woo_Active
  • Wcal_Personal_Data_Eraser
  • Wcal_Personal_Data_Export

Class Wcal_Personal_Data_Export

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

Located at includes/admin/wcal_privacy_export.php

Methods summary

public
# __construct( )

Construct

Construct

Since

7.8
public static
# wcal_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

4.9
public static array
# wcal_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

4.9

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

4.9
public static array
# wcal_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

4.9
public static array
# wcal_get_cart_details_export( object $cart_info )

Returns the Cart Details such as quantity, product name etc.

Returns the Cart Details such as quantity, product name etc.

Parameters

$cart_info
  • Abandoned Cart Information

Returns

array
$cart_details - Array containing product, qty & total for each item

Since

4.9
API documentation generated by ApiGen