/**
 * Returns the main instance of WC to prevent the need to use globals.
 *
 * @since  1.0.0
 * @return Zn_Framework
 */
function ZN()
{
    return Zn_Framework::instance();
}
Example #2
0
/**
 * Returns the main instance of Pagebuilder
 *
 * @since  1.0.0
 * @return Zn_Framework
 */
function ZNPB()
{
    return Zn_Framework::instance()->pagebuilder;
}