When searching through the code I saw that they were checking for:
if ( is_super_admin() || current_user_can( 'view_all_aryo_activity_log' ) {
Which means that if you add the capability view_all_aryo_activity_log
to the user_role editor the users with the role editor
will have access to the logs.
the add_cap is being explained on the following page: https://codex.www.ads-software.com/Function_Reference/add_cap
-
This reply was modified 6 years, 7 months ago by basvandijkk.