Home › Forums › Help › User Roles who can access the admin. › Reply To: User Roles who can access the admin.
28 December 2020 at 14:39
#2931
Guest
Having gone through the code, its in relation to this specific set:
$submenu[‘da-reactions’][30] = array(
‘ ‘ . __(‘Help’, ‘da-reactions’) . ”,
‘manage_options’,
‘https://www.da-reactions-plugin.com/knowledge-base/’,
array(‘target’ => ‘_blank’)
);
Found in: da-reactions-premium/classes/DaReactions/Admin.php
I am pretty sure it’s because the capability restriction is not being loaded correctly, I remove it completely so to fix the conflict, it has removed the ‘help’ part of the menu but we have it running exactly how we would like.
If this could be fixed in an upcoming update it would be grand.
Adam