• I have disallowed the admin bar features to the users other than super admin by doing this:

    $wp_admin_bar->remove_node( ‘new-content’ );
    $wp_admin_bar->remove_node( ‘comments’ );
    $wp_admin_bar->remove_node( ‘updates’ );

    but I want to allow the admin users to create new user by using WordPress’s New User Page. How is it possible?

    Thanks,

    baburman

  • The topic ‘How to Provide "New User Page" through my own menu option?’ is closed to new replies.