woocommerce_invoicexpress_init
The WordPress Core woocommerce invoicexpress init function.
Description
woocommerce_invoicexpress_init();
Usage
if ( !function_exists( 'woocommerce_invoicexpress_init' ) ) { require_once '/woocommerce-invoicexpress.php'; } // NOTICE! Understand what this does before running. $result = woocommerce_invoicexpress_init();
Defined (1)
The function is defined in the following location(s).
- /woocommerce-invoicexpress.php
- function woocommerce_invoicexpress_init() {
- $woocommerce_invoicexpress = new woocommerce_invoicexpress;
- }