Noptin_Background_Process::save()
Save queue
Return Return
($this)
Source Source
File: includes/class-noptin-background-process.php
public function save() { $key = $this->generate_key(); if ( ! empty( $this->data ) ) { update_site_option( $key, $this->data ); } return $this; }
Expand full source code Collapse full source code View on GitHub