Title: Random Post Name
Author: PRESSMAN
Published: <strong>12 Tháng 6, 2020</strong>
Last modified: 12 Tháng 6, 2020

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Random Post Name

 Bởi [PRESSMAN](https://profiles.wordpress.org/pressmaninc/)

[Tải về](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/random-post-name/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/random-post-name/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/random-post-name/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/random-post-name/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/random-post-name/)

## Mô tả

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.

## Cài đặt

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

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Random Post Name” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Random Post Name” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/random-post-name/), check
out [SVN repository](https://plugins.svn.wordpress.org/random-post-name/), hoặc 
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/random-post-name/)
qua [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0

 * first version.

## Meta

 *  Phiên bản **1.0**
 *  Cập nhật lần cuối **6 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 5.4 hoặc cao hơn **
 *  Đã kiểm tra lên đến **5.4.23**
 *  Phiên bản PHP ** 7.1.24 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Thẻ
 * [post](https://vi.wordpress.org/plugins/tags/post/)[post_name](https://vi.wordpress.org/plugins/tags/post_name/)
   [pressman](https://vi.wordpress.org/plugins/tags/pressman/)[slug](https://vi.wordpress.org/plugins/tags/slug/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/random-post-name/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/random-post-name/)