Skip to:
Content

  • Home
  • About
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Automator_Notifications / Automator_Notifications::delete_notifications_data()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service