get_feed_template(); $class = "\CTXFeed\V5\Structure\\" . \ucfirst( $template ) . "Structure"; // Check if the class exists, if not, fallback to a default CustomStructure. if ( \class_exists( $class ) ) { return new Structure(new $class($config)); } return new Structure(new CustomStructure($config)); } }