apply_filters( 'nab_referrer_param', boolean|string $param_name )
Filters the query arg that retains the original referrer after performing a JavaScript redirection.
Description
Parameters
- $param_name
(boolean|string) (Required) the name of the query arg that should keep track of the referrer or false otherwise.
Source
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |