Automattic\WooCommerce\Internal\Admin\Schedulers
MailchimpScheduler::reset
Reset options.
Method of the class: MailchimpScheduler{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = MailchimpScheduler::reset();
MailchimpScheduler::reset() MailchimpScheduler::reset code WC 10.4.3
public static function reset() {
delete_option( self::SUBSCRIBED_OPTION_NAME );
delete_option( self::SUBSCRIBED_ERROR_COUNT_OPTION_NAME );
}