Hi,
This plugin used to setup a globally accessible container for storing values which you like. The Registry is a singleton and you can set values inside the registry like this:
WP_Registry::set( ‘key’, $value )
You can retrieve this value like this:
WP_Registry::get( ‘key’ )
Requires WordPress Version: 2.8.6 or higher
Thanks,
Shane G.
Popularity: 1%
