Title: Add your Plugin
Author: WordPress.org
Published: <strong>10. februára 2016</strong>
Last modified: 13. júla 2025

---

# Add your plugin

 Before you submit your plugin, we ask you to review our [Guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/)
and read the [Frequently Asked Questions](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/).
A brief selection of common questions is available below the form.

Pre nahranie pluginu [sa prihláste](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fsk.wordpress.org%2Fplugins%2Fdevelopers%2Fadd%2F%3Foutput_format%3Dmd&locale=sk_SK).

 Po odoslaní je váš plugin manuálne kontrolovaný voči bežným chybám, rovnako aj 
[všetkým príručkám](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/).

## Často kladené otázky

### Ako dlho potrvá proces hodnotenia?

 Toto sú [FAQ pre vývojárov](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/).
Trvá to niekde medzi 1 a 10 dňami. Snažíme sa posúdiť všetky pluginy do 5 pracovných
dní od ich odoslania, ale proces posudzovania trvá koľko trvá, v závislosti od zložitosti
vášho pluginu.

### How can I expedite my plugin review?

 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.

Our three most common reasons for not approving a plugin are:

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

### Aká bude URL adresa môjho pluginu?

Adresa URL vášho doplnku bude vyplnená na základe hodnoty `Názov pluginu` vo vašom
hlavnom súbore pluginu (ten s hlavičkami pluginu). Ak nastavíte svoje meno ako napríklad`
Názov pluginu: Boaty McBoatface`, potom URL adresa bude ` https://wordpress.org/
plugins/boaty-mcboatface` a váš slug bude napríklad `boaty-mcboatface`. Ak tu už
existuje plugin s vaším menom, potom budete `boaty-mcboatface-2` a podobne. Systém
sa správa rovnako ako pri názvoch WordPress príspevkov.

Po schválení pluginu _nie je_ možné zmeniť jeho názov.

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

### Prečo nie sú určité názvy pluginov povolené?

Určité názvy pluginov nie sú povolené, aby nedošlo k zneužitiu ochrannej známky.
To isté platí pre plugin slugy, a to všetko pre vašu ochranu.