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

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# WP_Registry

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

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

 * [Detalhes](https://br.wordpress.org/plugins/wp-registry/#description)
 * [Avaliações](https://br.wordpress.org/plugins/wp-registry/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/wp-registry/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/wp-registry/#developers)

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

## Descrição

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' ) 
    ```

## Instalação

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

## Perguntas frequentes

#### 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.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“WP_Registry” é um programa de código aberto. As seguintes pessoas contribuíram 
para este plugin.

Colaboradores

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

[Traduzir o “WP_Registry” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-registry)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/wp-registry/), 
consulte o [repositório SVN](https://plugins.svn.wordpress.org/wp-registry/) ou 
assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/wp-registry/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-registry/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 0.2

 * Tested with WordPress 2.9, plugin is compatible

#### 0.1

 * Initial plugin release

## Meta

 *  Versão **0.1**
 *  Última atualização **17 anos atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 2.8 ou superior **
 *  Testado até **2.9.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/wp-registry/)
 * Tags
 * [globals](https://br.wordpress.org/plugins/tags/globals/)[registry](https://br.wordpress.org/plugins/tags/registry/)
   [spl](https://br.wordpress.org/plugins/tags/spl/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/wp-registry/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

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

[Ver todas avaliações](https://wordpress.org/support/plugin/wp-registry/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/wp-registry/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

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