WC_Fast_Cart
Namespaces
Interfaces, Classes and Traits
- Checkout_Processing
- Loads the various scripts and styles needed for the cart modal
- Frontend_Preview
- Sets up settings preview feature
- Frontend_Scripts
- Loads the various scripts and styles needed for the cart modal
- Frontend_Templates
- Loads the various scripts and styles needed for the cart modal
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Util
- Utility functions for WooCommerce Fast Cart
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '1.2.0'
- wfc() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '1.2.0'
Functions
wfc()
Helper function to access the shared plugin instance.
wfc() : Plugin
Return values
Plugin —The plugin instance.