PostIdType
EnumIdentifier types for retrieving a specific Post. Specifies which unique attribute is used to find an exact Post.
Values
DATABASE_ID
Identify a resource by the Database ID.
ID
Identify a resource by the (hashed) Global ID.
SLUG
Identify a resource by the slug. Available to non-hierarchcial Types where the slug is a unique identifier.
URI
Identify a resource by the URI.