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

---

Søk i utvidelser

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

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

# Random Post Name

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

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

 * [Detaljer](https://nb.wordpress.org/plugins/random-post-name/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/random-post-name/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/random-post-name/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/random-post-name/#developers)

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

## Beskrivelse

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.

## Installasjon

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

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Random Post Name» er programvare med åpen kildekode. Følgende personer har bidratt
til denne utvidelsen:

Bidragsytere

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

[Oversett “Random Post Name” til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/random-post-name/),
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/random-post-name/),
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/random-post-name/)
med [RSS](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.0

 * first version.

## Meta

 *  Versjon **1.0**
 *  Sist oppdatert **6 år siden**
 *  Aktive installasjoner **10+**
 *  WordPress-versjon ** 5.4 eller nyere **
 *  Testet opp til **5.4.19**
 *  PHP-versjon ** 7.1.24 eller nyere **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Stikkord
 * [post](https://nb.wordpress.org/plugins/tags/post/)[post_name](https://nb.wordpress.org/plugins/tags/post_name/)
   [pressman](https://nb.wordpress.org/plugins/tags/pressman/)[slug](https://nb.wordpress.org/plugins/tags/slug/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/random-post-name/advanced/)

## Vurderinger

No reviews have been submitted yet.

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

[Se alle omtalene](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Bidragsytere

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

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/random-post-name/)