feed_writer = $feed_writer; $this->feed_type = FeedManager::SHIPPING_PROFILES; } /** * Get the feed data and return as an array. * * @return array */ public function get_feed_data(): array { return ShippingProfilesFeed::get_shipping_profiles_data(); } }