Title: Random Post Name
Author: PRESSMAN
Published: <strong>2020.06.12.</strong>
Last modified: 2020.06.12.

---

Bővítmények keresése

Ez a bővítmény **nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával**. Lehetséges,
hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb
WordPress verziókkal.

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

# Random Post Name

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

[Letöltés](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Részletek](https://hu.wordpress.org/plugins/random-post-name/#description)
 * [Vélemények](https://hu.wordpress.org/plugins/random-post-name/#reviews)
 *  [Telepítés](https://hu.wordpress.org/plugins/random-post-name/#installation)
 * [Fejlesztés](https://hu.wordpress.org/plugins/random-post-name/#developers)

 [Támogatás](https://wordpress.org/support/plugin/random-post-name/)

## Leírás

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.

## Telepítés

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

## Vélemények

Nincsenek értékelések erről a bővítményről.

## Közreműködők és fejlesztők

“Random Post Name” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek
járultak hozzá:

Közreműködők

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

[“Random Post Name” fordítása a saját nyelvünkre.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Érdekeltek vagyunk a fejlesztésben?

[Browse the code](https://plugins.trac.wordpress.org/browser/random-post-name/),
check out the [SVN repository](https://plugins.svn.wordpress.org/random-post-name/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/random-post-name/)
by [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Változási napló

#### 1.0

 * first version.

## Meta

 *  Version **1.0**
 *  Last updated **6 év ezelőtt**
 *  Active installations **10+**
 *  WordPress version ** 5.4 vagy magasabb **
 *  Tested up to **5.4.19**
 *  PHP version ** 7.1.24 vagy magasabb **
 *  Language
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Tags
 * [post](https://hu.wordpress.org/plugins/tags/post/)[post_name](https://hu.wordpress.org/plugins/tags/post_name/)
   [pressman](https://hu.wordpress.org/plugins/tags/pressman/)[slug](https://hu.wordpress.org/plugins/tags/slug/)
 *  [Bővített nézet](https://hu.wordpress.org/plugins/random-post-name/advanced/)

## Vélemények

No reviews have been submitted yet.

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

## Közreműködők

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

## Támogatás

Vélemény? Segítségkérés?

 [Támogatói fórum megtekintése](https://wordpress.org/support/plugin/random-post-name/)