The answer is “Undo what you did”, but you did not explain what you did so I am assuming that what you did was change the “Screen Option” value on the wp-admin/users.php page. If that is the case, you need to get into the database via PhpMyAdmin or some other tool and change the users_per_page value for your user.
You can also add the following to your theme’s functions.php, load a page, and then remove it.
// change '1' to your user ID
// 20 is the default value so it should set things back to normal
update_user_meta(1,'users_per_page',20);
Related Posts:
- How to check if a user is in a specific role?
- How to restrict dashboard access to Admins only?
- Admin Page Redirect
- Check if user is admin by user ID
- How to display the user that published a pending post?
- Custom user role that can only edit specific (non-custom-type) page and all child pages [duplicate]
- Add a button to users.php
- create users to site with specific language
- Display sortable User meta column in admin panel user’s page
- How to display multiple custom columns in the wp-admin users.php?
- Hooking into register_admin_color_schemes
- Removing user fields [duplicate]
- wp-admin edit user url wont show up correct url [closed]
- Users Unable to Access Dashboard/Posts/Pages
- Stop loading “collaborators” users on add new post or page?
- Distinguish profile user and admin user IDs / get ID of user being edited
- Uncheck the box “Send User Notification” by default on new-user.php
- Detecting all admins that are logged in
- Subscribers become Authors after Upgrade? / Mass Update of Users?
- Stopping user deletion from running on error
- Filter dropdown in users.php “delete user” bulk edit screen
- Add count for new registered user in Users tab
- Users disappeared from wp-admin
- Logout USER form backoffice after 30 minutes of inactivity [closed]
- WP admin user search doesn’t return all users
- Hide username discovery
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- I accidentally deleted an admin user and all their content is now gone from the site. [closed]
- Restrict submitters from wp-admin [duplicate]
- Nickname field isn’t appearing in Admin
- How to allow WordPress updates to only one specific administrator?
- Is there a filter to edit html of user-edit.php
- Create new user from phpMyAdmin
- define two login page url
- Newly created user role not displaying on users screen
- How to check if a user is in a specific role?
- On Users (user.php) in wp-admin disable/hide “Bulk Actions” and “Change Role To”
- Login issue with subdomain installs
- Hook into form handle from admin users table
- restrict admin panel sections to users
- CSRF attack to create USER
- How to keep the plugin submenu open on viewing a custom version of users.php?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- WordPress User profile page fields missing
- Anyone Can Register
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?
- Extend user search in the users.php page to allow for searching by role and excluding specified email domains from the “users search” input box
- Extend user search in the Wp backend area on the users.php page to allow for searching by email domain and role from the “users search” input box
- WordPress Users page missing user count next to different types of users
- Searching for a custom meta from user.php in the admin
- Can a user submit requests to wp-admin/admin.php without logging in?
- How do I Enqueue styles/scripts on Certain /wp-admin Pages?
- How to remove the core embed blocks in WordPress 5.6?
- Is there un-wp_autop function?
- Slow admin – waits and is blocked for a long time
- jquery UI in wordpress admin
- Restrict access in wp-admin area?
- Registering jQuery kills admin functions
- Display $pagenow error notice on all admin pages
- How can I restrict a user to a specific item in the WordPress Admin? [closed]
- disable a wp javascript on live website, but not on wp-admin page
- wp_nonce_url to users.php for deleting user not working
- Moving wp-admin to a different to a subdomain
- Limit access to wp_admin
- MySQL CPU Usage Surge up When Multiple Post Editor Pages are open
- Post Editor not working on WordPress 3.5.1
- how to customize wp-admin page using child theme
- new subdomain to apply as main domain
- How to disable admin notice in child theme? [closed]
- /wp-admin/ doesn’t work but /admin/ does
- WordPress Side Menu Admin Panel Default Order numbers List?
- Why can I log into wp-login.php and not wp-admin.php?
- Unable to properly login
- Is there a simple way to set wordpress site files back to out of the box?
- Remove header text option from the backend
- Dashboard : remove Safari navigator message
- WordPress admin right sidebar isn’t working
- Why wp redirects me to wp-login.php when I visit a rewritten wp-admin URL?
- wp-admin blocking causing http error on uploads
- DISALLOW_FILE_EDIT is false but I still am not able to edit files from the admin interface and the menus do not show up
- Updated MAMP and localhost on MacOS site no longer accessible
- What hooks should you use to create a table only once?
- Custom admin menu order fails if slugs are complicated
- Custom user tables not working after migration
- Cant access wp-admin
- Function to get a ‘post selector’ UI?
- How can I trigger a javascript function after a post update on edit post screen in wordpress admin panel?
- how to set not to be logined in wp-admin except administrator?
- WordPress, content editor default type
- Changing headers for an export from within a PHP class extension
- When installing wordpress through WP CLI mysite.com/admin not working
- Remove capability to interact with a page
- WordPress Login for multiple sites
- How do I change the WordPress Address URL only and still login to wp-admin
- wordpress wp-admin showing white screen with no error
- Undeletable posts, users or other content
- Let user delete comment on front end only
- Action for opening edit page in admin?
- How do I make it super customisable?
- Couple questions about .htaccess, login page, updates