WC_Helper::includes()
Include supporting helper classes.
Description Description
Source Source
File: includes/admin/helper/class-wc-helper.php
protected static function includes() { include_once dirname( __FILE__ ) . '/class-wc-helper-options.php'; include_once dirname( __FILE__ ) . '/class-wc-helper-api.php'; include_once dirname( __FILE__ ) . '/class-wc-helper-updater.php'; include_once dirname( __FILE__ ) . '/class-wc-helper-plugin-info.php'; include_once dirname( __FILE__ ) . '/class-wc-helper-compat.php'; }