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

---

Søg plugins

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# Random Post Name

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

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

 * [Detaljer](https://da.wordpress.org/plugins/random-post-name/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/random-post-name/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/random-post-name/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/random-post-name/#developers)

 [Support](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.

## Installation

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

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“Random Post Name” er open source-software. Følgende personer har bidraget til dette
plugin.

Bidragsydere

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

[Oversæt “Random Post Name” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/random-post-name/), 
tjek [SVN repository](https://plugins.svn.wordpress.org/random-post-name/), eller
abonner på [udviklerloggen](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).

## Ændringslog

#### 1.0

 * first version.

## Meta

 *  Version **1.0**
 *  Senest opdateret **6 år siden**
 *  Aktive installationer **10+**
 *  WordPress-version ** 5.4 eller højere **
 *  Testet op til **5.4.19**
 *  PHP-version ** 7.1.24 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Tags
 * [post](https://da.wordpress.org/plugins/tags/post/)[post_name](https://da.wordpress.org/plugins/tags/post_name/)
   [pressman](https://da.wordpress.org/plugins/tags/pressman/)[slug](https://da.wordpress.org/plugins/tags/slug/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/random-post-name/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

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

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

## Bidragsydere

 *   [ 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 noget at sige? Har du brug for hjælp?

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