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_Abandoned_Orders_Table
  • Wcap_Abandoned_Trash_Orders_Table
  • Wcap_Atc_Dashboard
  • Wcap_Dashboard_Report
  • Wcap_Dashboard_Report_Action
  • WCAP_Dashboard_Widget_Heartbeat
  • Wcap_Dashboard_Widget_Report
  • Wcap_Load_Hooks
  • Wcap_Load_Scripts
  • WCAP_Manual_Email
  • Wcap_Order_Received
  • Wcap_Product_Report_Table
  • Wcap_Recover_Orders_Table
  • Wcap_Recover_Trash_Orders_Table
  • Wcap_Send_Manual_Email
  • Wcap_Sent_Emails_Table
  • Wcap_SMS_Templates
  • Wcap_Templates_Table
  • Wcap_Tracking_msg

Class Wcap_Load_Scripts

Load Scripts needed for Plugin.

Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Since: 5.0
Located at includes/wcap_load_scripts.php

Methods summary

public static
# wcap_enqueue_scripts_js( string $hook )

Enqueue Common JS Scripts to be included in Admin Side.

Enqueue Common JS Scripts to be included in Admin Side.

Parameters

$hook
Hook suffix for the current admin page

Since

5.0

Globals

$pagenow Current page

Hook

admin_enqueue_scripts
public static
# wcap_include_js_for_guest( )

Enqueue JS Scripts at front end for capturing the cart from checkout page.

Enqueue JS Scripts at front end for capturing the cart from checkout page.

Since

5.0

Hook

woocommerce_after_checkout_billing_form
public static
# wcap_dequeue_scripts_atc_modal( )

It will dequeue front end script for the Add To Cart Popup Modal on shop page.

It will dequeue front end script for the Add To Cart Popup Modal on shop page.

Since

8.0

Hook

plugins_loaded
public static
# wcap_enqueue_scripts_atc_modal( )

It will load all the front end scripts for the Add To Cart Popup Modal.

It will load all the front end scripts for the Add To Cart Popup Modal.

Since

6.0

Globals

WP_Post $post

Hook

wp_enqueue_scripts
public static
# wcap_enqueue_css_atc_modal( )

Enqueue CSS file to be included at front end for Add To Cart Popup Modal.

Enqueue CSS file to be included at front end for Add To Cart Popup Modal.

Since

6.0

Hook

wp_enqueue_scripts
public static
# wcap_enqueue_scripts_css( integer $hook )

Load CSS file to be included at WordPress Admin.

Load CSS file to be included at WordPress Admin.

Parameters

$hook
Hook suffix for the current admin page

Since

6.0

Globals

mixed $pagenow

Hook

admin_enqueue_scripts
public static
# wcap_template_params( )
API documentation generated by ApiGen