WC_Privacy_Background_Process::__construct()
Initiate new background process.
Description Description
Source Source
File: includes/class-wc-privacy-background-process.php
public function __construct() {
// Uses unique prefix per blog so each blog has separate queue.
$this->prefix = 'wp_' . get_current_blog_id();
$this->action = 'wc_privacy_cleanup';
parent::__construct();
}