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_Add_Cart_Popup_Modal
  • Wcap_Add_Settings
  • Wcap_Adv_settings

Class Wcap_Add_Settings

It will add all the settings needed for the plugin.

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Settings
Author: Tyche Softwares
Since: 5.0
Located at includes/admin/wcap_add_settings.php

Methods summary

public static
# wcap_initialize_plugin_options( )

It will add all the settings needed for the plugin. All settings are added using the WordPress settings api.

It will add all the settings needed for the plugin. All settings are added using the WordPress settings api.

Since

2.3.8

Hook

admin_init
public static integer
# wcap_cart_time_validation( integer $input )

Abandoned cart time field validation for loggedin users.

Abandoned cart time field validation for loggedin users.

Parameters

$input
string $input Input of the field Abandoned cart cut off time

Returns

integer
| string $output Error message or the input value

Since

2.3.8
public static integer
# wcap_cart_time_guest_validation( integer $input )

Abandoned cart time field validation for guest users.

Abandoned cart time field validation for guest users.

Parameters

$input
string $input input of the field Abandoned cart cut off time

Returns

integer
| string $output Error message or the input value

Since

2.3.8
public static integer
# wcap_delete_days_validation( integer $input )

Validation for automatically delete abandoned carts after X days.

Validation for automatically delete abandoned carts after X days.

Parameters

$input
string $input input of the field Abandoned cart cut off time

Returns

integer
| string $output Error message or the input value

Since

2.3.8
public static
# wcap_general_options_callback( )

Call back for the ac_general_settings_section section

Call back for the ac_general_settings_section section

Since

2.3.8
public static
# wcap_enable_cart_emails_callback( array $args )

Callback for enable cart emails field.

Callback for enable cart emails field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_cart_abandoned_time_callback( array $args )

Callback for Abandoned cart time field for Logged in user.

Callback for Abandoned cart time field for Logged in user.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_cart_abandoned_time_guest_callback( array $args )

Callback for Abandoned cart time field for Guest user.

Callback for Abandoned cart time field for Guest user.

Parameters

$args
Argument given while adding the field

Since

4.0
public static
# wcap_delete_abandoned_orders_days_callback( array $args )

Callback for deleting abandoned order after X days field.

Callback for deleting abandoned order after X days field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_email_admin_on_recovery_callback( array $args )

Callback for email admin on cart recovery field.

Callback for email admin on cart recovery field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_disable_guest_cart_email_callback( array $args )

Callback for disable guest cart field.

Callback for disable guest cart field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_disable_logged_in_cart_email_callback( array $args )

Callback for disable logged-in cart email field.

Callback for disable logged-in cart email field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_capture_email_address_from_url( array $args )

Call back for capturing the email from URL.

Call back for capturing the email from URL.

Parameters

$args
Argument given while adding the field

Since

7.6
public static
# wcap_guest_cart_capture_msg_callback( array $args )

Call back function for guest user cart capture message

Call back function for guest user cart capture message

Parameters

$args
Argument for adding field details

Since

7.8
public static
# wcap_logged_cart_capture_msg_callback( array $args )

Call back function for registered user cart capture message

Call back function for registered user cart capture message

Parameters

$args
Argument for adding field details

Since

7.8
public static
# wcap_track_guest_cart_from_cart_page_callback( array $args )

Callback for capturing guest cart which do not reach the checkout page.

Callback for capturing guest cart which do not reach the checkout page.

Parameters

$args
Argument given while adding the field

Since

2.7
public static
# wcap_email_callback( )

Callback for Abandoned cart email settings.

Callback for Abandoned cart email settings.

Since

4.7
public static
# wcap_from_name_callback( array $args )

Callback for Abandoned cart email from name setting.

Callback for Abandoned cart email from name setting.

Parameters

$args
Argument given while adding the field

Since

4.7
public static
# wcap_from_email_callback( array $args )

Callback for Abandoned cart email from email setting.

Callback for Abandoned cart email from email setting.

Parameters

$args
Argument given while adding the field

Since

4.7
public static
# wcap_reply_email_callback( array $args )

Callback for Abandoned cart email reply to email setting.

Callback for Abandoned cart email reply to email setting.

Parameters

$args
Argument given while adding the field

Since

4.7
public static
# wcap_product_image_size_callback( array $args )

Callback for Product image size in Abandoned cart email.

Callback for Product image size in Abandoned cart email.

Parameters

$args
Argument given while adding the field

Since

5.0
public static
# wcap_cron_job_callback( )

Callback for Cron job setting of the plugin

Callback for Cron job setting of the plugin

Since

4.0
public static
# wcap_use_auto_cron_callback( array $args )

Callback for use wp-cron for Abandoned cart email.

Callback for use wp-cron for Abandoned cart email.

Parameters

$args
Argument given while adding the field

Since

4.0
public static
# wcap_cron_time_duration_callback( array $args )

Callback for setting the cron interval for Abandoned cart email.

Callback for setting the cron interval for Abandoned cart email.

Parameters

$args
Argument given while adding the field

Since

4.0
public static
# wcap_general_license_key_section_callback( )

Callback for License plugin option

Callback for License plugin option

Since

2.3.8
public static
# wcap_edd_sample_license_key_ac_woo_callback( array $args )

Callback for License key field.

Callback for License key field.

Parameters

$args
Argument given while adding the field

Since

2.3.8
public static
# wcap_activate_license_key_ac_woo_callback( array $args,… )

Callback for Activate License key button.

Callback for Activate License key button.

Parameters

$args,…
Argument given while adding the field

Since

2.3.8
public static
# wcap_custom_restrict_callback( )

Callback for custom restriction of the abandoned carts

Callback for custom restriction of the abandoned carts

Since

4.1
public static
# wcap_restrict_ip_address_callback( array $args )

Callback for restrict IP address.

Callback for restrict IP address.

Parameters

$args
Argument given while adding the field

Since

4.1
public static
# wcap_restrict_email_address_callback( array $args )

Callback for restrict email address.

Callback for restrict email address.

Parameters

$args
Argument given while adding the field

Since

4.1
public static
# wcap_restrict_domain_address_callback( array $args )

Callback for restrict domain names.

Callback for restrict domain names.

Parameters

$args
Argument given while adding the field

Since

4.1
public static
# wcap_sms_settings_section_callback( )

Callback for SMS Settings callback

Callback for SMS Settings callback

Since

7.9
public static
# wcap_enable_sms_reminders_callback( array $args )

Callback for enable SMS reminders

Callback for enable SMS reminders

Parameters

$args
Argument given while adding the field

Since

7.9
public static
# wcap_sms_from_phone_callback( array $args )

Callback for From Phone Number

Callback for From Phone Number

Parameters

$args
Argument given while adding the field

Since

7.9
public static
# wcap_sms_account_sid_callback( array $args )

Callback for Account SID

Callback for Account SID

Parameters

$args
Argument given while adding the field

Since

7.9
public static
# wcap_sms_auth_token_callback( array $args )

Callback for Auth Token

Callback for Auth Token

Parameters

$args
Argument given while adding the field

Since

7.9
API documentation generated by ApiGen