Automattic\WooCommerce\Internal\Admin\Notes

CouponPageMoved::get_data_store()protected staticWC 1.0

Get the data store object.

Метод класса: CouponPageMoved{}

Хуков нет.

Возвращает

DataStore. The data store object.

Использование

$result = CouponPageMoved::get_data_store();

Код CouponPageMoved::get_data_store() WC 8.7.0

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