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.
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.