Automattic\WooCommerce\Admin\RemoteInboxNotifications
RemoteInboxNotificationsDataSourcePoller::get_data_sources
Get data sources.
Метод класса: RemoteInboxNotificationsDataSourcePoller{}
Хуков нет.
Возвращает
Массив.
Использование
$result = RemoteInboxNotificationsDataSourcePoller::get_data_sources();
Код RemoteInboxNotificationsDataSourcePoller::get_data_sources() RemoteInboxNotificationsDataSourcePoller::get data sources WC 10.8.1
public static function get_data_sources() {
return array(
WC_Helper::get_woocommerce_com_base_url() . 'wp-json/wccom/inbox-notifications/2.0/notifications.json',
);
}