Automattic\WooCommerce\Admin

DataSourcePoller::log_deprecationprivate staticWC 1.0

Log a deprecation to the error log.

Method of the class: DataSourcePoller{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = DataSourcePoller::log_deprecation();

DataSourcePoller::log_deprecation() code WC 10.6.2

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.
	 */
}