Function __global->find_session_tracking_codes
Definitions
sources/global3.php
- Find the session tracking codes, most relevant first.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $email_address | No | No | Null | N/A | N/A | A new user's e-mail address, to be used to track an inviter/recommender (null: N/A) |
Returns
- The tracking codes
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the session tracking codes, most relevant first.
*
* @param ?EMAIL $email_address A new user's e-mail address, to be used to track an inviter/recommender (null: N/A)
* @return array The tracking codes
*/
function find_session_tracking_codes(?string $email_address = null) : array
* Find the session tracking codes, most relevant first.
*
* @param ?EMAIL $email_address A new user's e-mail address, to be used to track an inviter/recommender (null: N/A)
* @return array The tracking codes
*/
function find_session_tracking_codes(?string $email_address = null) : array

