id = 'add_to_cart'; $this->short_desc = __( 'Add to Cart Button Labels', 'woocommerce-jetpack' ); $this->desc = __( 'Change text for Add to Cart button by product type, by product category or for individual products.', 'woocommerce-jetpack' ); $this->link_slug = 'woocommerce-add-to-cart-labels'; parent::__construct(); if ( $this->is_enabled() ) { include_once( 'add-to-cart/class-wcj-add-to-cart-per-category.php' ); include_once( 'add-to-cart/class-wcj-add-to-cart-per-product.php' ); include_once( 'add-to-cart/class-wcj-add-to-cart-per-product-type.php' ); } } } endif; return new WCJ_Add_To_Cart();