Automattic\WooCommerce\Admin\Notes

Notes::clear_queued_actions()public staticWC 1.0

Unschedule unsnooze notes event.

Method of the class: Notes{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = Notes::clear_queued_actions();

Notes::clear_queued_actions() code WC 8.7.0

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