VaultPress::activate PHP Méthode

activate() public méthode

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