ignore logged-in user
-
i swore i had this working before but i can’t remember how
i want statify to ignore the administrator, or better yet, all logged-on users
what does ‘condition’ need to be?
add_filter( 'statify__skip_tracking', function() { if ( condition ) { return true; } return false; } );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘ignore logged-in user’ is closed to new replies.