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

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# Random Post Name

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

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

 * [Detaljer](https://sv.wordpress.org/plugins/random-post-name/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/random-post-name/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/random-post-name/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/random-post-name/#developers)

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

## Beskrivning

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.

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”Random Post Name” är programvara med öppen källkod. Följande personer har bidragit
till detta tillägg.

Bidragande personer

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

[Översätt ”Random Post Name” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/random-post-name/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/random-post-name/) eller
prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/random-post-name/)
via [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 1.0

 * first version.

## Meta

 *  Version **1.0**
 *  Senast uppdaterat **6 år sedan**
 *  Aktiva installationer **10+**
 *  WordPress-version ** 5.4 eller senare **
 *  Testat upp till **5.4.21**
 *  PHP-version ** 7.1.24 eller senare **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Etiketter
 * [post](https://sv.wordpress.org/plugins/tags/post/)[post_name](https://sv.wordpress.org/plugins/tags/post_name/)
   [pressman](https://sv.wordpress.org/plugins/tags/pressman/)[slug](https://sv.wordpress.org/plugins/tags/slug/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/random-post-name/advanced/)

## Betyg

Än så länge har inga recensioner skickats in.

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

[Visa alla recensioner](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Bidragande personer

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

Har du något att säga? Behöver du hjälp?

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