Title: Random Post Name
Author: PRESSMAN
Published: <strong>12 Junho, 2020</strong>
Last modified: 12 Junho, 2020

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/random-post-name.svg)

# Random Post Name

 Por [PRESSMAN](https://profiles.wordpress.org/pressmaninc/)

[Descarregar](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/random-post-name/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/random-post-name/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/random-post-name/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/random-post-name/#developers)

 [Suporte](https://wordpress.org/support/plugin/random-post-name/)

## Descrição

Auto-generate a unique random string and set it to post_name.

#### Customization with hooks

Use of filter hooks is at your own risk.

 * You can change post_type to be applied by an array. Deafult is ‘post’ only.

    ```
    add_filter( 'random_post_name_post_types', 'hoge' );
    function hoge(){
        return ['post', 'page'];
    }
    ```

 * You can change the number of characters in the post_name. Deafult is 10.

    ```
    add_filter( 'random_post_name_digits', 'hoge' );
    function hoge(){
        return 20;
    }
    ```

 * You can change the variation of characters. Deafult is ‘0123456789abcdefghijklmnopqrstuvwxyz’.
   Do not include multibyte chars.

    ```
    add_filter( 'random_post_name_choices', 'hoge' );
    function hoge(){
        return '0123456789abcdefghijkmnpqrstuvwxyz_-';
    }
    ```

### Precautions

Too few characters and too few character variations can cause unexpected problems.

## Instalação

 1. Upload the plugin package to the plugins directory.
 2. Activate the plugin through the \’Plugins\’ menu in WordPress.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Random Post Name” é software de código aberto. As seguintes pessoas contribuíram
para este plugin:

Contribuidores

 *   [ PRESSMAN ](https://profiles.wordpress.org/pressmaninc/)
 *   [ Hiroshi Sekiguchi ](https://profiles.wordpress.org/hiroshisekiguchi/)
 *   [ kazunao ](https://profiles.wordpress.org/kazunao/)
 *   [ Shotaro Muraoka ](https://profiles.wordpress.org/muraokashotaro/)

[Traduza o “Random Post Name” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/random-post-name/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/random-post-name/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/random-post-name/)
por [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.0

 * first version.

## Metadados

 *  Versão **1.0**
 *  Última actualização **Há 6 anos**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 5.4 ou superior **
 *  Testado até **5.4.19**
 *  Versão do PHP ** 7.1.24 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Etiquetas
 * [post](https://pt.wordpress.org/plugins/tags/post/)[post_name](https://pt.wordpress.org/plugins/tags/post_name/)
   [pressman](https://pt.wordpress.org/plugins/tags/pressman/)[slug](https://pt.wordpress.org/plugins/tags/slug/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/random-post-name/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

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

[See all reviews](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Contribuidores

 *   [ PRESSMAN ](https://profiles.wordpress.org/pressmaninc/)
 *   [ Hiroshi Sekiguchi ](https://profiles.wordpress.org/hiroshisekiguchi/)
 *   [ kazunao ](https://profiles.wordpress.org/kazunao/)
 *   [ Shotaro Muraoka ](https://profiles.wordpress.org/muraokashotaro/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/random-post-name/)