• Hi,
    I’d like to add the activity monitor to the admin dashboard for users with the “author” status. I’m unable to access your documentation right now (the link isn’t working). Are there capabilities that I could add to an add_cap command in my functions file to do this? Or is there a different way to go about adding permission for authors to access the plugin data?
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    If you look at the src / traits / admin_menu file, line 19 is

    if ( ! $this->user_has_roles( ‘administrator’ ) )

    If you comment out line 19 and 20, can author see the activities?

    Perhaps a filter there would work, so you can decide whether the user can see the activity monitor?

Viewing 1 replies (of 1 total)
  • The topic ‘add activity monitor to “author” dashboard’ is closed to new replies.