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

  • Class_Wcal_Ts_Tracker
  • Wcal_TS_Tracking

Class Class_Wcal_Ts_Tracker

It will get all the data for the tracking.

Package: Abandoned-Cart-Lite-for-WooCommerce\Admin\Tracking-Data
Author: Tyche Softwares
Since: 3.9
Located at includes/classes/class-wcal-ts-tracker.php

Methods summary

public static
# init( )

It will add all the action needed for tracking the data from customers site.

It will add all the action needed for tracking the data from customers site.

Since

3.9
public static
# wcal_ts_send_tracking_data( boolean $override = false )

Decide whether to send tracking data or not.

Decide whether to send tracking data or not.

Parameters

$override

Since

3.9

Hook

wcal_ts_tracker_send_event
public static array
# wcal_ts_add_plugin_tracking_data( array $data )

If admin allow to track the data the it will gather all information and return back.

If admin allow to track the data the it will gather all information and return back.

Parameters

$data

Returns

array
$data

Since

3.9

Hook

ts_tracker_data
public static array
# wcal_get_data_for_opt_out( array $params )

Get data when Admin dont want to share information.

Get data when Admin dont want to share information.

Parameters

$params

Returns

array
$params

Since

3.9
public static array
# wcal_ts_get_theme_info( )

Get the current theme information, theme name and version.

Get the current theme information, theme name and version.

Returns

array

Since

3.9
public static string
# wcal_plugin_get_version( )

Get the plugin version.

Get the plugin version.

Returns

string
| int $plugin_version

Since

3.9
API documentation generated by ApiGen