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 9.9.5
public static function get_queue() { return get_option( self::QUEUE_OPTION, array() ); }