plugin-icon

WP_Registry

The plugin provides a globally accessible container for storing values of any kind.
Version
0.1
Last updated
Dec 17, 2009

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' )
Freeon Business plan
Tested up to
WordPress 2.9.2
This plugin is available for download for your site.