Automattic\WooCommerce\Admin\Features
TransientNotices::get_queue
Get all notices in the queue.
Method of the class: TransientNotices{}
No Hooks.
Returns
Array.
Usage
$result = TransientNotices::get_queue();
TransientNotices::get_queue() TransientNotices::get queue code WC 10.7.0
public static function get_queue() {
return get_option( self::QUEUE_OPTION, array() );
}