We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509aab5 commit d0b5053Copy full SHA for d0b5053
simple-analytics.php
@@ -91,7 +91,8 @@
91
92
$tab->callout('IP and role exclusion only works when there is no page caching.');
93
94
- $tab->multiCheckbox(SettingName::EXCLUDED_ROLES, 'Exclude User Roles')
+ $tab->multiCheckbox(SettingName::EXCLUDED_ROLES, 'Specific User Roles to Exclude')
95
+ ->description('When none selected, all authenticated users will be excluded from tracking.')
96
->options(function () {
97
return wp_roles()->get_names();
98
});
0 commit comments