wp-media / adminimize

Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend.
https://wordpress.org/plugins/adminimize/
GNU General Public License v2.0
100 stars 31 forks source link

Fixed issue #155 #156

Closed borsodigerii closed 1 year ago

borsodigerii commented 1 year ago

What's Included in this Pull Request

Hi! I had the same problem as described in issue #155, and I created a PR from the code shared on that issue. Hope it helps, because I would need a fast fix for this problem ^^

Content of the commit:

Inserted code $value = (is_object($value)) ? $value : (object) $value; after line 81 in the file 'inc-options/admin_bar_frontend.php'