It sounds like maybe you need to add a settings page,
(https://developer.wordpress.org/plugins/settings/custom-settings-page/)
This would be good if you had something really custom (customer user meta) and a layout that you wanted to keep separate from the regular user pages.
Otherwise, why not just link to the core wordpress user pages? Just build your links like WordPress does and pass the user_id into the query string.
Related Posts:
- user_login vs. user_nicename
- Difference between update_user_meta and update_user_option
- get_user_meta() doesn’t include user email?
- How to display custom user meta from registration in backend?
- Allowing an email as the username?
- Grouping users under parent user
- How to create a template for a custom URI associated with the user
- How to order users alphabetically by their last name?
- Extending WP_User class and using this sub-class during the whole lifecycle
- Wp_User_Query not sorting by meta key
- How we can get the user id by its display_name
- WP_User_Query with combined meta query – not working?
- How to use hyperdb to separate and share a user dataset between wordpress installs?
- LEFT JOIN, INNER OUTER JOIN, LEFT OUTER JOIN is driving me crazy. Please help?
- Show Biographical Info while creating new user
- How to add follow functionality to multi-author wordpress site?
- Search multiple meta keys at once
- Where to Store Custom User Fields
- Querying Email Addresses for a List of Users with Same Last Name?
- Front end user meta options for users
- ACF Upload Image in front-end with custom form
- Hide a user from WordPress
- Drop down list in user profile page
- Check for user meta data at Login
- How to add country drop down menu to the user profile?
- Delete user from frontend
- Add custom fields to the user profile
- Memory usage for scalable usermeta queries
- stop login if user_status equal zero
- Does wp_delete_user() remove all user content?
- WP User Query fails when searching meta queries and search columns
- Log all users out of all locations after 24 hours
- How can i create an array user meta?
- User Last Login Sort Column
- Updating user meta
- WordPress User Meta & ChromePHP or other way to debug/view php variables
- Are User Levels Still Currently Used?
- WPML Default Language User Meta [closed]
- Display users in order by an “order” custom meta field
- Search Users base on meta_value & meta_key
- mysql query two database tables, users and usermeta and sort by custom meta int value
- Rest API code to get ID of current user not working: get_current_user_id() gives 0
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- User Meta Data in a Sortable Table
- get_user_meta an ID for multiple functions
- Column Sorting Code on users.php
- Creating user without username and password
- List users by meta_key and meta_value
- Is this code true or not
- users and usermeta table
- WordPress SQL Issue not returning correct reselts
- User description only displayed for logged user
- The Simple and Correct Way to Add User Meta
- “the_author_meta(‘url’)” not working inside “href”
- Assign random (and unique) user meta upon registration
- Display the line breaks in user bio without using html
- how to set default update_user_meta values wordpress
- Get user by meta key – WP multi site
- Add custom user meta data
- Cannot Update user meta in custom field
- Can I Create a Second Admin Level User Role?
- How to add an attribute to a user?
- Adding fields to the “Add New User” but the form data not saved into DB
- New User Save Filter
- SELECT from wp_users, get Displayname too
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- how do I add role and capability after I create a new user
- What does “link” refer to when you delete a user?
- delete_user_meta from a foreach results page
- Reading additional fields in PMPro
- Can I add a unique code for each user based on the location?
- Getting user data via ajax
- Get UserInfo from WordPress
- Hook into add_user_role and update based on new and removed roles
- How to Moderate Edits to User Profiles?
- Safely changing UserID’s, re-using deleted UserID’s and automatically using deleted userID’s instead of an increment
- meta_query orderby sort multiple keys
- REST_query_vars for users
- In admin manage users page, how can I stop users with certain privileges from editing users with other privileges?
- Get meta key with value for user
- user and usermeta table not found
- Require confirmation of current user’s email before updating database and before send_email_change_email
- UserMeta Changes Meta Value for Post ID
- Store extra user values permanently
- How do I change the user via SQL?
- Add method for tracking who referred new users
- Username has been exposed
- User list order by user meta
- User management missing after migration to new host
- Creating Custom user type just like custom post
- Validate user meta and redirect
- Let admin users edit member profiles from front end
- Does WordPress Need BuddyPress to Handle Large Amounts of Users?
- Sort users by custom user meta value
- Using and saving custom dropdown boxes on user profiles
- Store subscription details for users in WordPress
- Problem with update_user_meta() meta_value
- Add custom input field in new user page
- How can I list users by date in an array in meta_value?
- Export user data from Squirrly’s Starbox plugin?