load_functions(); } } /** * Fires after product type(loop) * * @since 1.0 */ public function after_product_loop_hooks() { } /** * Fires after product single hooks. * * @since 1.0 */ public function after_ps_hooks() { } /** * Load functions * * @since 1.0 * @access public */ public function load_functions() { require_once ALPHA_INC_PATH . '/plugins/woocommerce/product-loop-extend.php'; require_once ALPHA_INC_PATH . '/plugins/woocommerce/product-single-extend.php'; } } } Alpha_Woocommerce_Extend::get_instance();