The last part of the URL is being treated as part of the page
value..
/wp-admin/admin.php?page=user-feedback/user-feedback.php/page/2/
The bold part is your plugin page, so when you go adding parts onto that URL it’s considered to be part of that URL.
If you use this instead it should work no problem.
/wp-admin/admin.php?page=user-feedback/user-feedback.php&paged=2
Note: You can actually reproduce the problem quite easily adding anything else on in the same manner, eg.
/wp-admin/admin.php?page=user-feedback/user-feedback.php/foobar/
If you want pretty paged URLs for your plugin page you’ll have to look into creating additional rewrites for those pages yourself, but that’s perhaps for another question…(and not one i have time to answer – this particular issue was pretty easy to spot)
Related Posts:
- WordPress Paginate $wpdb->get_results
- How to print the output of the get_num_queries function from frontend to backend?
- Pagination Error on Admin (You do not have sufficient permissions)
- get_query_var(‘paged’) giving same result
- wp-admin post.php JavaScript Links Not Working
- Super administrator db name
- Disable (or limit) queries when certain content (or data) is not needed (or showed)
- Doesn’t call user information to include “wp-load.php” in an external php file
- Change pagination in editing posts [duplicate]
- How to fix pagination for custom loops?
- What are the standard admin CSS id/class tags?
- Pagination not working with custom loop
- Admin Ajax is returning 0
- Add custom column to Users admin panel
- wp_verify_nonce vs check_admin_referer
- Add a Separator to the Admin Menu?
- How to determine whether we are in add New page/post/CPT or in edit page/post/CPT in wordpress admin?
- how to know if admin is in edit page or post [duplicate]
- Modal window from within WordPress admin
- Where in WP can I check history or log of updates of plugins etc?
- get_results using wpdb
- Adding a custom admin page
- How does admin-ajax.php work?
- How to remove entire admin menu?
- How do I remove dashboard access from specific user roles?
- How can I speed up my WP admin section?
- How to pass parameters to admin_notices?
- Admin: very slow edit page caused by core meta query
- if admin is logged in
- Pagination with custom SQL query
- Return only Count from a wp_query request?
- Search posts by ID in admin
- How to Change the Default Home Page for the WordPress Dashboard?
- Setting admin edit panels & metaboxes positions and visibility for ALL users and admins
- Find out which moderator approved comment?
- The website cannot display the page
- How To Remove WordPress Version From The Admin Footer
- Sort pages in loop by admin’s page attributes order field?
- Edit “thank you for creating with WordPress” in version 3.3.1
- Hide other users’ posts in admin panel
- Set Default Admin Colour For All Users
- Editor Styles and Typekit
- WordPress admin stylesheet
- This CSS Stuffing Works, But Is This A Good Practice?
- Is it possible to create a WordPress tour? V3.3.1
- Securing Admin Accounts – Username Discovery
- Differences between wpdb->get_results() and wpdb->query()
- is_admin() returns true when using admin-ajax.php from front end script
- How to save dismissable notice state in WP 4.2?
- How do I optimize a custom post type admin page with 25,000 posts?
- Settings API – adding setting fields dynamically?
- Disable Media Uploads to non Admin Users
- How do I load a CSS style into WordPress admin area only?
- Allowing admin-ajax.php to receive “application/json” instead of “x-www-form-urlencoded”
- Can an admin check passwords of registered users?
- How can I target WordPress 3.8 new interface MP6 with CSS?
- Notification that the admin is online
- Does wordpress create activity, update logs?
- sort child pages on admin
- How-to make the admin area mobile friendly [closed]
- How to remove list view from media library?
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Load plugin scripts and styles only on plugin page
- Plugin to remove Admin menu items based on user role?
- How to obtain the user ID of the current profile being edited in WP-Admin?
- 3.3: How do you hide the new dashboard welcome panel?
- Add my own button next to “Screen options” and “Help” in the admin
- WP List Table custom quick edit box – post meta data missing and columns change on submit
- Settings API – easiest way of validating checkboxes?
- Are there any action like ‘init_frontend’
- Should I use is_admin() inside ‘admin_init’ hook callback
- How to Use Wildcards in $wpdb Queries Using $wpdb->get_results & $wpdb->prepare?
- Custom admin email for new user registration
- Send Admin Emails to Multiple Email Addresses
- How can I make wp-pagenavi work on a custom query built upon a form submission? [closed]
- How do I set up the defualt page icon for admin menu?
- Prevent author from changing their posts if admin has modified
- Cannot access admin panel
- wpdb get posts by taxonomy SQL
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- Disable all https in WordPress
- localhost/wp-admin on my local redirects to production site’s /wp-admin
- How to remove administrator role in settings -> general -> New User Default Role?
- restrict_manage_posts not working in 3.3.1
- Is there a more efficient admin search function/plugin?
- Can a users profile be put under the dashboard menu
- WordPress Admins or Roles per Page
- Styling Shortcodes in Visual Editor
- initial sort order for a sortable custom column in admin
- Showing WP_Error message with admin_notice action hook
- Custom WP_Query order by post_meta and (author) user_meta
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- Uploading files in admin panel?
- turn off new user registration emails
- Redirect Admin User in Dashboard
- Send automatic mail to Admin when user/member changes/adds profile
- wpdb::prepare was called incorrectly
- Create un-removeable user
- Get current active wp color scheme
- Read only capability for custom post in admin area