Title: Random Post Name
Author: PRESSMAN
Published: <strong>12 ژوئن 2020</strong>
Last modified: 12 ژوئن 2020

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/random-post-name/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/random-post-name/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/random-post-name/#installation)
 * [توسعه](https://fa.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/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/random-post-name/) مشترک
شوید.

## گزارش تغییرات

#### 1.0

 * first version.

## اطلاعات

 *  نگارش **1.0**
 *  آخرین به‌روزرسانی **6 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 5.4 یا بالاتر **
 *  آزمایش‌شده تا **5.4.19**
 *  نگارش PHP ** 7.1.24 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * برچسب
 * [post](https://fa.wordpress.org/plugins/tags/post/)[post_name](https://fa.wordpress.org/plugins/tags/post_name/)
   [pressman](https://fa.wordpress.org/plugins/tags/pressman/)[slug](https://fa.wordpress.org/plugins/tags/slug/)
 *  [نمایش پیشرفته](https://fa.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/)