Change WordPress user roles and capabilities Forums Bug Reports Show Plugins/Themes and Admin Menu Access Issues Reply To: Show Plugins/Themes and Admin Menu Access Issues

#5204
Vladimir
Keymaster

Hi Danny,

“Show theme/plugin notices to admin only” option at URE’s option page uses WordPress built-in admin theme CSS classes to hide HTML element simply changing its ‘display’ property to ‘none’.

I think that ‘clientside’ plugin redefines notices part HTML/CSS structure. So this URE’s simple hack stopped working.

You may try more advanced technique to force WordPress do not output such notices at all. May be it will work this way for the modified admin theme.

It’s possible to use role additional options for that. Additional option code to hide admin notices is described here.