# Jetpack Options

A static class for Jetpack's options.

Used as a wrapper for WordPress options, allowing folks
to add / update / delete options from the Jetpack namespace.

### Example Usage

Get a Jetpack option:

```php
Jetpack_Options::get_option( 'version' )
```

[Explore the code for Jetpack_Options](legacy/class-jetpack-options.php) to see a complete
list of documented methods. 
