woocommerce-protected-categories.php
The main plugin file for WooCommerce Protected Categories.
This file is included during the WordPress bootstrap process if the plugin is active.
Tags
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.6.1'
- wpc() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
    public
    mixed
    PLUGIN_FILE
    = __FILE__
        
        
    
PLUGIN_VERSION
    public
    mixed
    PLUGIN_VERSION
    = '2.6.1'
        
        
    
Functions
wpc()
Helper function to access the shared plugin instance.
    
                wpc() : Plugin
    
    
    
        Return values
Plugin —The plugin instance.