Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mmattner

    (@mmattner)

    This is something I likely need to address in a new release, so that you can manage who can and cannot see the stats.

    If you’d like this capability now, you can edit the dashboard-stats.php file around line 385. It should read:

    if(current_user_can('manage_options')) {

    Change it to:

    if(current_user_can('edit_pages')) {

    and you should be set. If you have any trouble, let me know.

    Thread Starter athalas

    (@athalas)

    Thank you for the reply. I’ve made the change and its displaying for our editors now.

    Looking forward to any upcoming releases of your great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google Analytics Dashboard Stats] Display widget to editors capability’ is closed to new replies.