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

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# Random Post Name

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

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

 * [Detalii](https://ro.wordpress.org/plugins/random-post-name/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/random-post-name/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/random-post-name/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/random-post-name/#developers)

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

## Descriere

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.

## Instalare

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

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Random Post Name” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

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

[Tradu „Random Post Name” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/random-post-name/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/random-post-name/), sau
abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/random-post-name/)
prin [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 1.0

 * first version.

## Meta

 *  Versiunea **1.0**
 *  Ultima actualizare **Acum 6 ani**
 *  Instalări active: **10+**
 *  Versiune WordPress ** 5.4 sau mai recentă **
 *  Testat până la **5.4.19**
 *  Versiune PHP ** 7.1.24 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Etichete
 * [post](https://ro.wordpress.org/plugins/tags/post/)[post_name](https://ro.wordpress.org/plugins/tags/post_name/)
   [pressman](https://ro.wordpress.org/plugins/tags/pressman/)[slug](https://ro.wordpress.org/plugins/tags/slug/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/random-post-name/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/random-post-name/)