WC_Quick_View_Pro
Namespaces
Interfaces, Classes and Traits
- Button_Display
 - Handles the display of the Quick View button in the shop.
 - Frontend_Preview
 - Sets up settings preview feature
 - Frontend_Scripts
 - Loads the various scripts and styles needed for the quick view.
 - Plugin
 - The main plugin class. Responsible for setting up to core plugin services.
 - Plugin_Factory
 - Factory to create/return the shared plugin instance.
 - Plugin_Setup
 - Hook into the plugin activation process.
 - Quick_View_Content
 - Responsible for configuring which elements are displayed within the quick view.
 - Shortcode
 - Handles the registration and output for the [quick_view] shortcode.
 - Tabs_Display
 - Handles the display of the Quick View button in the shop.
 
Table of Contents
- PLUGIN_FILE = __FILE__
 - PLUGIN_VERSION = '1.7.15'
 - wqv() : Plugin
 - Helper function to access the shared plugin instance.
 
Constants
PLUGIN_FILE
    public
    mixed
    PLUGIN_FILE
    = __FILE__
    
        
    
    Tags
PLUGIN_VERSION
    public
    mixed
    PLUGIN_VERSION
    = '1.7.15'
    
        
    
    Tags
Functions
wqv()
Helper function to access the shared plugin instance.
    
                wqv() : Plugin
    
    
    
    Tags
Return values
Plugin —The plugin instance