Skip to content

Commit d0b5053

Browse files
committed
clarify
1 parent 509aab5 commit d0b5053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple-analytics.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191

9292
$tab->callout('IP and role exclusion only works when there is no page caching.');
9393

94-
$tab->multiCheckbox(SettingName::EXCLUDED_ROLES, 'Exclude User Roles')
94+
$tab->multiCheckbox(SettingName::EXCLUDED_ROLES, 'Specific User Roles to Exclude')
95+
->description('When none selected, all authenticated users will be excluded from tracking.')
9596
->options(function () {
9697
return wp_roles()->get_names();
9798
});

0 commit comments

Comments
 (0)