woocommerce-product-options.php
The main plugin file for WooCommerce Product Options.
This file is included during the WordPress bootstrap process if the plugin is active.
Tags
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.1.0'
- plugin() : WC_Product_Options
- Helper function to access the shared plugin instance.
- wpo() : mixed
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
Tags
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '2.1.0'
Tags
Functions
plugin()
Helper function to access the shared plugin instance.
plugin() : WC_Product_Options
Tags
Return values
WC_Product_Options —wpo()
wpo() : mixed