Automattic\WooCommerce\Admin\Notes

WC_Admin_Notes_Launch_Checklist{}WC 1.0

Deprecated from version 4.8.0. It is no longer supported and can be removed in future releases. Use LaunchChecklist instead.

WC_Admin_Notes_Launch_Checklist.

No Hooks.

Usage

$WC_Admin_Notes_Launch_Checklist = new WC_Admin_Notes_Launch_Checklist();
// use class methods

Methods

No Methods in class.

Changelog

Deprecated Since 4.8.0 , use LaunchChecklist

WC_Admin_Notes_Launch_Checklist{} code WC 8.7.0

class WC_Admin_Notes_Launch_Checklist extends DeprecatedClassFacade {
	/**
	 * The name of the non-deprecated class that this facade covers.
	 *
	 * @var string
	 */
	protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\Notes\LaunchChecklist';

	/**
	 * The version that this class was deprecated in.
	 *
	 * @var string
	 */
	protected static $deprecated_in_version = '4.8.0';
}