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

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/random-post-name/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/random-post-name/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/random-post-name/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/random-post-name/#developers)

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

## Description

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.

## Installation

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Random Post Name” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

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

[Translate “Random Post Name” into your language.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### ডেভেলপমেন্ট এ আগ্রহী?

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

## Changelog

#### 1.0

 * first version.

## মেটা

 *  Version **1.0**
 *  শেষ আপডেট করা হয়েছে **6 বছর আগে**
 *  Active installations **10+**
 *  WordPress version ** 5.4 or higher **
 *  Tested up to **5.4.19**
 *  PHP version ** 7.1.24 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * ট্যাগ
 * [post](https://bn.wordpress.org/plugins/tags/post/)[post_name](https://bn.wordpress.org/plugins/tags/post_name/)
   [pressman](https://bn.wordpress.org/plugins/tags/pressman/)[slug](https://bn.wordpress.org/plugins/tags/slug/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/random-post-name/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

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

## Support

Got something to say? Need help?

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