Automattic\WooCommerce\Admin\Features\MarketingRecommendations

MarketingRecommendationsDataSourcePoller::get_data_sources()public staticWC 1.0

Get data sources.

Метод класса: MarketingRecommendationsDataSourcePoller{}

Хуков нет.

Возвращает

Массив.

Использование

$result = MarketingRecommendationsDataSourcePoller::get_data_sources();

Код MarketingRecommendationsDataSourcePoller::get_data_sources() WC 9.7.1

public static function get_data_sources() {
	return array(
		WC_Helper::get_woocommerce_com_base_url() . 'wp-json/wccom/marketing-tab/1.3/recommendations.json',
	);
}