Title: Random Post Name
Author: PRESSMAN
Published: <strong>12 Juni 2020</strong>
Last modified: 12 Juni 2020

---

Cari plugin

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

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

# Random Post Name

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

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

 * [Detail](https://id.wordpress.org/plugins/random-post-name/#description)
 * [Ulasan](https://id.wordpress.org/plugins/random-post-name/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/random-post-name/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/random-post-name/#developers)

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

## Deskripsi

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.

## Instalasi

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

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“Random Post Name” adalah perangkat lunak open source. Berikut ini mereka yang sudah
berkontribusi pada plugin ini.

Kontributor

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

[Terjemahkan “Random Post Name” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/random-post-name/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/random-post-name/), atau mendaftar
ke [log pengembangan](https://plugins.trac.wordpress.org/log/random-post-name/) 
melalui [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.0

 * first version.

## Meta

 *  Versi **1.0**
 *  Diperbarui **6 tahun yang lalu**
 *  Instalasi Aktif **10+**
 *  Versi WordPress ** 5.4 atau yang terbaru **
 *  Diuji hingga **5.4.19**
 *  Versi PHP ** 7.1.24 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Tag
 * [post](https://id.wordpress.org/plugins/tags/post/)[post_name](https://id.wordpress.org/plugins/tags/post_name/)
   [pressman](https://id.wordpress.org/plugins/tags/pressman/)[slug](https://id.wordpress.org/plugins/tags/slug/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/random-post-name/advanced/)

## Rating

No reviews have been submitted yet.

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

[Lihat semua ulasan](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Kontributor

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

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

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