woocommerce-bulk-variations.php
The main plugin file for WooCommerce Bulk Variations.
This file is included during the WordPress bootstrap process if the plugin is active.
Tags
Table of Contents
- PLUGIN_FILE = __FILE__
 - PLUGIN_VERSION = '2.4.4'
 - wbv() : Plugin
 - Helper function to return the main plugin instance.
 
Constants
PLUGIN_FILE
    public
    mixed
    PLUGIN_FILE
    = __FILE__
        
        
    
PLUGIN_VERSION
    public
    mixed
    PLUGIN_VERSION
    = '2.4.4'
        
        
    
Functions
wbv()
Helper function to return the main plugin instance.
    
                wbv() : Plugin