Automattic\WooCommerce\Admin\Features\MarketingRecommendations
MiscRecommendationsDataSourcePoller::get_data_sources()
Get data sources.
Метод класса: MiscRecommendationsDataSourcePoller{}
Хуков нет.
Возвращает
Массив
.
Использование
$result = MiscRecommendationsDataSourcePoller::get_data_sources();
Код MiscRecommendationsDataSourcePoller::get_data_sources() MiscRecommendationsDataSourcePoller::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/misc/recommendations.json', ); }