Automator_Notifications::delete_notifications_data()
Delete the notification options.
Source
File: src/core/admin/notifications/notifications.php
public function delete_notifications_data() { delete_option( $this->option_name ); // Delete old notices option. delete_option( 'automator_notices' ); automator_notification_event_runner()->delete_data(); }
Expand full source code Collapse full source code View on Github