Title: WP_Registry
Author: Jan Gorman
Published: <strong>December 6, 2009</strong>
Last modified: December 17, 2009

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-registry.svg)

# WP_Registry

 By [Jan Gorman](https://profiles.wordpress.org/jan-gorman/)

[Download](https://downloads.wordpress.org/plugin/wp-registry.0.2.zip)

 * [Details](https://wordpress.org/plugins/wp-registry/#description)
 * [Reviews](https://wordpress.org/plugins/wp-registry/#reviews)
 *  [Installation](https://wordpress.org/plugins/wp-registry/#installation)
 * [Development](https://wordpress.org/plugins/wp-registry/#developers)

 [Support](https://wordpress.org/support/plugin/wp-registry/)

## Description

The plugin provides a globally accessible container for storing values of any kind.
The Registry is a singleton and you can set values inside the registry like this:

    ```
    WP_Registry::set( 'key', $value ) 
    ```

which can then be retrieved at any time like this:

    ```
    WP_Registry::get( 'key' ) 
    ```

## Installation

 1. Upload `wp_registry.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

#### Which version of PHP is required?

This is a PHP 5+ plugin only. Internally it uses the SPL [ArrayObject](http://www.php.net/manual/de/class.arrayobject.php)
for data storage. Making PHP5 a requirement.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP_Registry” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Jan Gorman ](https://profiles.wordpress.org/jan-gorman/)

[Translate “WP_Registry” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-registry)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-registry/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-registry/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-registry/) by
[RSS](https://plugins.trac.wordpress.org/log/wp-registry/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2

 * Tested with WordPress 2.9, plugin is compatible

#### 0.1

 * Initial plugin release

## Meta

 *  Version **0.1**
 *  Last updated **17 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 2.8 or higher **
 *  Tested up to **2.9.2**
 * Tags
 * [globals](https://wordpress.org/plugins/tags/globals/)[registry](https://wordpress.org/plugins/tags/registry/)
   [spl](https://wordpress.org/plugins/tags/spl/)
 *  [Advanced View](https://wordpress.org/plugins/wp-registry/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-registry/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-registry/reviews/)

## Contributors

 *   [ Jan Gorman ](https://profiles.wordpress.org/jan-gorman/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-registry/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10322353)