Automattic\WooCommerce\Admin\Notes
WC_Admin_Notes_Customize_Store_With_Blocks{}└─ DeprecatedClassFacade
Deprecated since 4.8.0. It is no longer supported and may be removed in future releases. Use CustomizeStoreWithBlocks instead.
WC_Admin_Notes_Customize_Store_With_Blocks.
No Hooks.
Usage
$WC_Admin_Notes_Customize_Store_With_Blocks = new WC_Admin_Notes_Customize_Store_With_Blocks(); // use class methods
Methods
No Methods in class.Changelog
| Deprecated | Since 4.8.0 | , use CustomizeStoreWithBlocks |
WC_Admin_Notes_Customize_Store_With_Blocks{} WC Admin Notes Customize Store With Blocks{} code WC 10.3.6
class WC_Admin_Notes_Customize_Store_With_Blocks 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\CustomizeStoreWithBlocks';
/**
* The version that this class was deprecated in.
*
* @var string
*/
protected static $deprecated_in_version = '4.8.0';
}