apply_filters( 'srm_check_for_possible_redirect_loops', $check_possible_loop ) → {bool}
Filter whether possible redirect loop checking is enabled or not.
Parameters:
Name | Type | Description |
---|---|---|
$check_possible_loop |
bool | Whether to check for redirect loops. Default true. |
- Source:
Returns:
Bool to check for redirect loops.
- Type
- bool