get_feed_template() ) . 'Template'; if ( class_exists( $class ) ) { return new $class; } return false; } /** * Exclude Feed URL from Caching. * * @return CTXFeed\Compatibility\ExcludeCaching */ public static function excludeCache() {//phpcs:ignore return new ExcludeCaching; } /** * Exclude Feed URL from Caching. * * @return \CTXFeed\V5\Override\Advance */ public static function Advance() {//phpcs:ignore return new Advance; } }