Home › Forums › Lite Version › DOES NOT SHOW ON ADMIN MENU › Reply To: DOES NOT SHOW ON ADMIN MENU
March 16, 2015 at 1:50 pm #4389
Keymaster
Hi Mizara,
Please locate this file
wp-content/plugins/wp-masonry-layout/plugin_interface.php
And go to Line no 9.
Change it from
add_menu_page( ‘WP Masonry Posts’, ‘WP Masonry’, ‘manage_options’, ‘wmlp_shortcodes’, ‘wmlp_shortcodes’, ”, 81 );
to
add_menu_page( ‘WP Masonry Posts’, ‘WP Masonry’, ‘manage_options’, ‘wmlp_shortcodes’, ‘wmlp_shortcodes’, ”);
This should fix your issue. We are soon going to send update for this as well. Will be ready by end of this week.
Thanks