Automattic\WooCommerce\Admin\Notes
CouponPageMoved::get_data_store()
Get the data store object.
{} Это метод класса: CouponPageMoved{}
Хуков нет.
Возвращает
DataStore
. The data store object.
Использование
$result = CouponPageMoved::get_data_store();
Код CouponPageMoved::get_data_store() CouponPageMoved::get data store WC 6.4.1
protected static function get_data_store() { return WC_Data_Store::load( 'admin-note' ); }