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

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# Random Post Name

 Автор: [PRESSMAN](https://profiles.wordpress.org/pressmaninc/)

[Скачать](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Детали](https://ru.wordpress.org/plugins/random-post-name/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/random-post-name/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/random-post-name/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/random-post-name/#developers)

 [Поддержка](https://wordpress.org/support/plugin/random-post-name/)

## Описание

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.

## Установка

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

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Random Post Name» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ 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» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/random-post-name/), 
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/random-post-name/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/random-post-name/)
по [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.0

 * first version.

## Мета

 *  Версия **1.0**
 *  Обновление: **6 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 5.4 или выше **
 *  Совместим вплоть до: **5.4.19**
 *  Версия PHP ** 7.1.24 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Метки:
 * [post](https://ru.wordpress.org/plugins/tags/post/)[post_name](https://ru.wordpress.org/plugins/tags/post_name/)
   [pressman](https://ru.wordpress.org/plugins/tags/pressman/)[slug](https://ru.wordpress.org/plugins/tags/slug/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/random-post-name/advanced/)

## Оценки

Пока что нет ни одного отзыва.

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/random-post-name/)