apply_filters( ‘nab_simulate_anonymous_visitor’, boolean $anonymize )
Simulates an anonymous visitor.
Parameters
- $anonymize boolean
(Required) whether the user should be set to an anonymous user or not. Default:
false
.
Source
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |