PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
woo-authorize-net-gateway-aim
/
woo-includes
<?php /** * Functions used by plugins */ if ( ! class_exists( 'WC_Dependencies' ) ) require_once 'class-wc-dependencies.php'; /** * WC Detection */ if ( ! function_exists( 'is_woocommerce_active' ) ) { function is_woocommerce_active() { return WC_Dependencies::woocommerce_active_check(); } }
[-] woo-functions.php
[edit]
[+]
..
[-] class-wc-dependencies.php
[edit]