VaultPress::activate PHP Method

activate() public method

public activate ( $network_wide )
    function activate($network_wide)
    {
        $type = $network_wide ? 'network' : 'single';
        $this->update_option('activated', $type);
        // force a connection check after an activation
        $this->clear_connection();
    }
VaultPress