apply_filters( 'nab_is_visitor_tested', boolean $is_visitor_tested , int $user_id )
Whether the user related to the current request should be tested or not.
Description
Parameters
- $is_visitor_tested
(boolean) (Required) whether the user related to the current request should be tested or not.
- $user_id
(int) (Required) ID of the visitor.
Source
Changelog
Version | Description |
---|---|
5.0.9 | The $user_id param has been added. |
5.0.0 | Introduced. |