Function __global->is_unhelpful_redirect
Definitions
sources/global4.php
- Find if a particular redirect is itself pointing to a login/join page, and thus should not be injected as a nested redirect.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$redirect | string | required parameter | N/A | N/A | Redirect to check |
Return
- If it is unhelpful
- Type: boolean
- Set: N/A
- Range: N/A