Automattic\WooCommerce\Admin\Notes

Notes::clear_queued_actionspublic staticWC 1.0

Unschedule unsnooze notes event.

Method of the class: Notes{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Notes::clear_queued_actions();

Notes::clear_queued_actions() code WC 10.5.0

public static function clear_queued_actions() {
	wp_clear_scheduled_hook( self::UNSNOOZE_HOOK );
}