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

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/random-post-name/#description)
 * [جائزے](https://ur.wordpress.org/plugins/random-post-name/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/random-post-name/#installation)
 * [ڈیولپمنٹ](https://ur.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.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، 
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/random-post-name/) کو چیک
کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/random-post-name/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0

 * first version.

## میٹا

 *  Version **1.0**
 *  Last updated **6 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 5.4 یا اس سے جدید **
 *  Tested up to **5.4.19**
 *  PHP version ** 7.1.24 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Tags
 * [post](https://ur.wordpress.org/plugins/tags/post/)[post_name](https://ur.wordpress.org/plugins/tags/post_name/)
   [pressman](https://ur.wordpress.org/plugins/tags/pressman/)[slug](https://ur.wordpress.org/plugins/tags/slug/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/random-post-name/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[میرا جائزہ شامل کریں](https://wordpress.org/support/plugin/random-post-name/reviews/#new-post)

[See all reviews](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/)