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

Packages

  • None
  • Order-Delivery-Date-Pro-for-WooCommerce
    • Admin
      • Edit-Order
      • Non-Sensitive-Data-Capture
      • Settings
        • Custom-Delivery
        • General
        • Google-Calendar-Sync
    • Class-ORDDD-Email-Manager
    • Common-Functions
    • Delivery-Calendar
    • Emails
      • Class-ORDDD-Email-Update-Date
    • Filter
    • Frontend
      • Checkout-Page-Processes
      • ICS-Files-Data
    • Google-Calendar
    • Integration
    • Lang
    • License
    • Plugin-Updates
      • EDD-SL-Plugin-Updater

Classes

  • TS_Tracker
  • TS_tracking

Class TS_Tracker

Sends tracking data to the server

Package: Order-Delivery-Date-Pro-for-WooCommerce\Admin\Non-Sensitive-Data-Capture
Author: Tyche Softwares
Class: TS_Tracker
Located at class-ts-tracker.php

Methods summary

public static
# init( )

Hook into cron event.

Hook into cron event.

Since

6.8
public static
# 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

6.8

Hook

ts_tracker_send_event
public static array
# orddd_get_data_for_opt_out( array $params )

Tracking data to send when No, thanks. button is clicked.

Tracking data to send when No, thanks. button is clicked.

Parameters

$params
Parameters to pass for tracking data.

Returns

array
Data to track when opted out.

Since

6.8

Hook

ts_tracker_opt_out_data
public static array
# orddd_ts_add_plugin_tracking_data( array $data )

Plugin's data to be tracked when Allow option is choosed.

Plugin's data to be tracked when Allow option is choosed.

Parameters

$data
Contains the data to be tracked.

Returns

array
Plugin's data to track.

Since

6.8

Hook

ts_tracker_data
public static array
# ts_get_theme_info( )

Get the current theme info, theme name and version.

Get the current theme info, theme name and version.

Returns

array
Theme's data to track.

Since

6.8
API documentation generated by ApiGen