Home Forums Help User Roles who can access the admin. Reply To: User Roles who can access the admin.

#2931
Chalkie
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

Loading spinner