Automattic\WooCommerce\Admin

DataSourcePoller::log_deprecation()private staticWC 1.0

Log a deprecation to the error log.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$result = DataSourcePoller::log_deprecation();

Код DataSourcePoller::log_deprecation() WC 9.7.1

private static function log_deprecation() {
	/**
	 * Note: Deprecation messages have been temporarily disabled due to upgrade issues.
	 * For more details, see the discussion in the WooCommerce GitHub repository:
	 * https://github.com/woocommerce/woocommerce/pull/45892.
	 */
}