Display statify dashboard for editors/users
-
Hi Stefan,
found this topic… but this code affects (placed in functions.php) causes
problems/errors. Can you help?—-
Display statify dashboard for editors
Plugin SupportStefan Kalscheuer (@stklcode)
2 years, 1 month ago
Hi,currently this is possible using a filter hook statify__user_can_see_stats (https://statify.pluginkollektiv.org/documentation/hooks/#user_can_see_stats)
You case would be something like the example from the docs:
add_filter(
‘statify__user_can_see_stats’,
current_user_can(‘edit_others_pages’ )
);
A more convenient configuration is planned for next point release 1.8, however no ETA yet. (https://github.com/pluginkollektiv/statify/issues/106)Cheers,
Stefan
- The topic ‘Display statify dashboard for editors/users’ is closed to new replies.