hook_pos
Returns the position in the hook chain the currently executing hook occupies
Behaviour
Returns the position in the hook chain the currently executing hook occupies
Definition
C
Example
C
Parameters
This API has no parameters
Return Code
Type
Description
int64_t
The position in the chain the currently executing hook occupies. The first position is 0.
Last updated