• /*Disabled the administrator-panel for all users. */
    show_admin_bar(false);
    or
    /* Disabled the administrator-panel for everything, except for administrator. */
    if (!current_user_can(‘administrator’)):
    show_admin_bar(false);
    endif;

  • The topic ‘User Profile – Add please’ is closed to new replies.