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

Notice on custom post type edit index #165

Closed bunglegrind closed 4 months ago

bunglegrind commented 5 months ago

Before submitting an issue please check that you’ve completed the following steps:

Done

Describe the bug When browsing on /wp-admin/edit.php?page=tec-events-settings&post_type=tribe_events&update-message-the-events-calendar=1 (events calendar plugin) the following error appears: Notice: Undefined index: post_type in [...]/wp-content/plugins/adminimize/adminimize.php on line 918

I suspect it's a regression introduced in 1.11.11.

bueltge commented 4 months ago

Thanks @bunglegrind, should be fixed with the last commit ^

bunglegrind commented 4 months ago

you're welcome!