The plugin provides a globally accessible container for storing values of any kind.
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' )
Requires: 2.8 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-7
Downloads: 138




