The plugin provides a globally accessible container for storing values of any kind.
| Author: | Jan Gorman (profile at wordpress.org) |
| WordPress version required: | 2.8 |
| WordPress version tested: | 2.9.2 |
| Plugin version: | 0.1 |
| Added to WordPress repository: | 06-12-2009 |
| Last updated: | 17-12-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://calculating-infinity.de/wp-registry |
| Total downloads: | 1 694 |
![]() Click to start download |
|
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' )
FAQ
ChangeLog
