Filter: ep_request_id

apply_filters( 'ep_request_id', $request_id ) → {string}

Filter the ID generated to identify a request.

Parameters:
Name Type Description
$request_id string

Request ID. By default formed by the indices prefix and a random UUID4.

Since:
  • 4.5.0
Source:
Returns:

New Request ID

Type
string