Viewing 1 replies (of 1 total)
  • Hello wedontfit,

    This can be done by adding little code in your active theme’s functions.php file.
    You need to call a function on add_action('after_setup_theme', 'your_func_name'); and inside the function check, if the current user is not admin then call this wordpress function show_admin_bar(false);. This will remove admin bar for all other users except administrator.

    Hope it will work for you.

    Thanks and Regards
    CedCommerce

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Top Bar appears when new users register’ is closed to new replies.