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

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Random Post Name

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

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

 * [Detalles](https://es-mx.wordpress.org/plugins/random-post-name/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/random-post-name/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/random-post-name/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/random-post-name/#developers)

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

## Descripción

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.

## Instalación

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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

 *   [ 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/)

[Traduce “Random Post Name” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/random-post-name/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/random-post-name/)
o suscríbete al [registro de desarrollo](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).

## Registro de cambios

#### 1.0

 * first version.

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 5.4 o superior **
 *  Probado hasta **5.4.19**
 *  Versión de PHP ** 7.1.24 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Etiquetas:
 * [post](https://es-mx.wordpress.org/plugins/tags/post/)[post_name](https://es-mx.wordpress.org/plugins/tags/post_name/)
   [pressman](https://es-mx.wordpress.org/plugins/tags/pressman/)[slug](https://es-mx.wordpress.org/plugins/tags/slug/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/random-post-name/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Colaboradores

 *   [ 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/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/random-post-name/)