Title: Random Post Name
Author: PRESSMAN
Published: <strong>12 jūnijs, 2020</strong>
Last modified: 12 jūnijs, 2020

---

Meklēt spraudņus

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

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

# Random Post Name

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

[Lejupielādēt](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/random-post-name/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/random-post-name/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/random-post-name/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/random-post-name/#developers)

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

## Apraksts

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.

## Uzstādīšana

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

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“Random Post Name” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi
cilvēki.

Līdzdalībnieki

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

[Tulkot “Random Post Name&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/random-post-name/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/random-post-name/)vai
abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/random-post-name/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0

 * first version.

## Meta

 *  Versija **1.0**
 *  Pēdējo reizi atjaunots: **pirms 6 gadiem**
 *  Aktīvās instalācijas: **10+**
 *  WordPress versija ** 5.4 vai jaunāka **
 *  Pārbaudīts līdz: **5.4.19**
 *  PHP versija ** 7.1.24 vai jaunāka **
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Birkas:
 * [post](https://lv.wordpress.org/plugins/tags/post/)[post_name](https://lv.wordpress.org/plugins/tags/post_name/)
   [pressman](https://lv.wordpress.org/plugins/tags/pressman/)[slug](https://lv.wordpress.org/plugins/tags/slug/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/random-post-name/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

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

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Līdzdalībnieki

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

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/random-post-name/)