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