Astra_WP_Background_Process::save()
Save queue
Description
Return
($this)
Source
File: inc/lib/batch-processing/class-astra-wp-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 Trac