Wp admin bar not showing after active plugin.
-
Hello,
Wp admin bar not showing after active plugin.
I have checked below code in your plugin but not showing any option in backend.
// Hide adminbar.
if ( ‘hide’ == $this->option_manager->get_global_option( ‘menu_adjust_for_wp_admin_bar’ ) ) {
add_filter( ‘show_admin_bar’, ‘__return_false’ );
}Please guide how to fix this issue.
Thanks
Logicrays
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wp admin bar not showing after active plugin.’ is closed to new replies.