Admin menu items not shown
-
I installed and activated but there was no ‘Photo Gallery’ in the admin menu.
I dug into the code, found line 59 in ‘photo-gallery.php’ and changed
add_action(‘admin_menu’, ‘bwg_options_panel’);
to
add_action(‘admin_init’, ‘bwg_options_panel’);
Then it worked. Maybe you can check this out and release a new version if needed?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Admin menu items not shown’ is closed to new replies.