Skip to content
Branch: master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.md

Jetpack Terms of Service

A Terms of Service Package that lets us know that the master user has agreed to the the terms of service for this site.

Usage

Agree to the terms of service.

use Automattic\Jetpack\Terms_Of_Service;

$terms_of_service = new Terms_Of_Service();
$terms_of_service->agree();

Reject the terms of service.

use Automattic\Jetpack\Terms_Of_Service;

$terms_of_service = new Terms_Of_Service();
$terms_of_service->revoke();

Has the site agreed to the terms of service?

use Automattic\Jetpack\Terms_Of_Service;

$terms_of_service = new Terms_Of_Service();
$has_agreed = $terms_of_service->has_agreed();

About

A Terms of Service Package that lets us know that the master user has agreed to the the terms of service for this site. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

Resources

Languages

You can’t perform that action at this time.