wp_unique_prefixed_id


wp_unique_prefixed_id ( $prefix = '' )

Parameters:
  • (string) prefix Optional. Prefix for the returned ID. Default empty string.
Returns:
  • (string) Incremental ID per prefix.
Defined at:

Description

Generates an incremental ID that is independent per each different prefix.It is similar to `wp_unique_id`, but each prefix has its own internal ID counter to make each prefix independent from each other. The ID starts at 1 and increments on each call. The returned value is not universally unique, but it is unique across the life of the PHP process and it's stable per prefix.

Related Functions

wp_unique_id, wp_unique_filename, wp_unique_post_slug, wp_unique_term_slug, wp_enqueue_media

Top Google Results

User discussions

wpseek mobile