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

  • Wcap_Activate_Plugin

Class Wcap_Activate_Plugin

It will add the cron job, and create the tables and the options needed for plugin.

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Activate-plugin
Author: Tyche Softwares
Since: 5.0
Located at includes/wcap_activate_plugin.php

Methods summary

public static
# wcap_create_cron_job( )

It will create the cron job needed for the abandoned cart reminder emails.

It will create the cron job needed for the abandoned cart reminder emails.

Since

5.0
public static array
# wcap_add_cron_schedule( array $schedules )

It will create the cron job interval. Default value will be 15 minutes. If customer has changed the cron job interval time from the settings then it will be considered.

It will create the cron job interval. Default value will be 15 minutes. If customer has changed the cron job interval time from the settings then it will be considered.

Parameters

$schedules
Array of all schedule events

Returns

array
$schedule Array of new added schedule event

Since

5.0
public static
# wcap_schedule_cron_job( )

It will check if the next cron job has been scheduled or not. It will be recurring event that will check that next cron job has been set or not. If it is not set then it will set it.

It will check if the next cron job has been scheduled or not. It will be recurring event that will check that next cron job has been set or not. If it is not set then it will set it.

Since

5.0
public static
# wcap_activate( )

This function will load default settings when plugin is activated.

This function will load default settings when plugin is activated.

Globals

mixed $wpdb
mixed $woocommerce

Since:

2.3.5
public static
# wcap_add_atc_data( )

It will add all the default setting required for the ATC modal when we install the plugin.

It will add all the default setting required for the ATC modal when we install the plugin.

Since

6.0
API documentation generated by ApiGen