How to exclude a special page with the function statify__skip_tracking
-
Hi,
I want to exclude visitors of the page https://www.inge-koepsell.de/archiv/ to be counted. How can I do this in the statify__skip_tracking function?As I am not familiar with php I would like to know how to create this special “condition”
add_filter(
‘statify__skip_tracking’,
function() {
if ( condition ) {
return true;
}return false;
}
);Thanks in advance for your help!
lokonieThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to exclude a special page with the function statify__skip_tracking’ is closed to new replies.