Title: Add your Plugin
Author: WordPress.org
Published: <strong>10 Fevereiro, 2016</strong>
Last modified: 13 Julho, 2025

---

# Adicione o seu plugin

 Antes de submeter o seu plugin, pedimos que reveja as nossas [Directrizes](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/)
e leia as [Perguntas frequentes](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/).
Uma breve selecção de perguntas comuns está disponível abaixo do formulário.

Antes de poder carregar um novo plugin, [por favor inicie sessão](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fpt.wordpress.org%2Fplugins%2Fdevelopers%2Fadd%2F%3Foutput_format%3Dmd&locale=pt_PT).

 Depois de submetido, o seu plugin será analisado manualmente para despistar erros
comuns bem como para garantir que está em conformidade com [todas as directrizes](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/).

## Perguntas frequentes

### Quanto tempo dura o processo de revisão?

 Estas são as [perguntas frequentes de programadores](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/).
Pode demorar de 1 a 10 dias. Tentamos rever todos os plugins num período de 5 dias
úteis após a submissão, mas o processo depende da complexidade do seu plugin.

### Como posso acelerar a revisão do meu plugin?

 Your plugin review cannot be prioritized over others, to help us approve your plugin
sooner, please ensure that you have read the [Security chapter](https://developer.wordpress.org/apis/security/)
of the Plugin Handbook.

As três razões mais comuns para um plugin não ser aprovado são:

 * The plugin contains unescaped output: [Learn about Escaping Data](https://developer.wordpress.org/apis/security/escaping/)
 * The plugin accepts unsanitized data: [Learn about Sanitizing Data](https://developer.wordpress.org/apis/security/sanitizing/)
 * The plugin processes form data without a nonce: [Learn about Nonces](https://developer.wordpress.org/apis/security/nonces/)

If the code in your plugin falls into one of the above categories, **your plugin
will not be approved**. The Plugins Team will refer you back to these Handbook pages,
adding further delay to the review process.

### Qual será o URL do meu plugin?

Your plugin’s URL will be populated based on the value of `Plugin Name` in your 
main plugin file (the one with the plugin headers). If you set yours as `Plugin 
Name: Boaty McBoatface` then your URL will be `https://wordpress.org/plugins/boaty-
mcboatface` and your slug will be `boaty-mcboatface` for example. If there is an
existing plugin with your name, then you will be `boaty-mcboatface-2` and so on.
It behaves exactly like WordPress post names.

Assim que o seu plugin for aprovado, _não poderá_ alterar o nome.

### I made a mistake in my plugin name. Should I update it?

It depends on what you want to change. If you want to change the plugin **display
name** you can update that by updating your plugin files in this page. If what you
want to change is the **permalink / slug** of your plugin, you can do that ONCE 
before we begin with the review (if that’s available you’ll see a link to change
it on this page). If this is not possible, you will need to contact us at `plugins@wordpress.
org`, we can change it as long as the plugin has not yet been approved.

### Why can’t I submit a plugin with certain display names?

Certain plugin names are prohibited due to trademark abuse. Similarly, we prevent
their use in plugin slugs entirely for your protection.