get_feed_template(); $class = "\CTXFeed\V5\Tax\\" . ucfirst( $template ) . "Tax"; if ( class_exists( $class ) ) { return new Tax( new $class( $product, $config ) ); } return new Tax( new CustomTax( $product, $config ) ); } }