Automattic\WooCommerce\Internal\Admin\Notes

CouponPageMoved::get_data_store()protected staticWC 1.0

Get the data store object.

Method of the class: CouponPageMoved{}

No Hooks.

Return

DataStore. The data store object.

Usage

$result = CouponPageMoved::get_data_store();

CouponPageMoved::get_data_store() code WC 8.7.0

protected static function get_data_store() {
	return WC_Data_Store::load( 'admin-note' );
}