Filter: ep_request_id_base

apply_filters( 'ep_request_id_base', $request_id_base ) → {string}

Filter the base of requests IDs. Uses the return of get_index_prefix() by default.

Parameters:
Name Type Description
$request_id_base string

Request ID base

Since:
  • 4.5.0
Source:
Returns:

New Request ID base

Type
string