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]
- Add custom column to Users admin panel
- How do I remove dashboard access from specific user roles?
- Search posts by ID in admin
- Sort pages in loop by admin’s page attributes order field?
- Edit “thank you for creating with WordPress” in version 3.3.1
- Notification that the admin is online
- 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?
- Get current active wp color scheme
- Cannot login to WordPress Admin with SSL terminated load balancer
- How to fix admin stylesheet muck-up? [closed]
- Turn off admin emails for new user registrations
- Modify CSS via Theme Control Panel
- Adding custom Javascript to the head tag in Admin
- Add extra field when admin create user
- Replacing the List table of a Post Type
- Add and in the header while looping over custom query in page template
- Custom $wpdb Query for Custom Post Type by Category
- changing body background color for custom post type in admin backend
- Can’t pass table to $wpdb->prepare
- Adding scripts to admin page in my theme
- Use latest jQuery in WordPress (admin interface)
- add spans and characters into paginate_links
- Any way to inherit methods from both my plugin class and WP_List_Class?
- How to notify the admin about something that happened during a cron job
- How to enable enqueue_script to work with a logged in user?
- I’m receiving requests to change the admin email. How can this be happening?
- How to query the WordPress database to get posts of a certain custom post type, taxonomy and field?
- Set admin body to ltr on a rtl installation
- Should $found_posts be returned as string in ‘found_posts’ filter hook?
- Restore original WP admin bar after BuddyPress install [closed]
- front end editing using iFrames, best approach?
- Are there any filters to add additional columns to the list table on edit-comments.php?
- Can I mass change all admin emails for a multisite instance?
- convert custom query to wp_query
- WordPress Frontend Check If Current User Is Administrator
- Select two sums with single get_var statement
- Optimizing Query used for a Shortcode
- Get parse_query filter to return slug instead of id
- WordPress admin area used to administer other site
- Wpdb result with pagination
- wpdb->term_taxonomy count posts from both published and private posts?
- $wpdb->replace: WHERE?
- Add ‘Last Modified’ and Attachments (Yes/No) to WordPress Users Column
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- Why am I timing out when using the Menu Editor?
- How can I merge two authors?
- Why can’t a custom postype be registered with “admin_init” hook?
- Accessing variable from admin panel?
- How to pass multiple parameter in add_action()
- Add term of current custom post type to admin body class using admin_body_class
- WordPress query posts with multiple post_meta data
- Custom WordPress Table wpdb
- Changing admin user id for database
- Limiting Admin Backend Search to Title
- Order All Pages table in administration
- Yoast primary category query modification
- WordPress Admin Menu Order for ‘admin.php’ pages
- Show global Message in User Profiles with admin only Input field in WordPress Backend
- How should I setup the “Users” area to hand over to a client?
- Shows site under construction but comes up after I login to admin
- wpdb update multiple row?
- Wp-Admin FTPS Connection Error unlike Filezilla
- Formatting a date/time returned from a custom $wpdb query
- Hook into the Admin Dashboard and redirect users
- Adding a WordPress Admin Dashboard to my local wordpress site
- Doing $wpdb->get_results returns NULL, doing the same query in my DB returns correct value
- Ignore posts content in the posts queries for internal linking
- cannot access the wordpress dashboard after changing the site url
- Why pagination is not working with tax_query param?
- After upgrading to WP 5.1.1 sometimes I need to reauth infinitively
- Trying to hide a submenu link which is created by Co-authors Plus plugin
- How can I create multiple different admin roles with their own capabilities
- Find out if post was just updated on post edit screen
- Wp-admin page not found following copy of site
- Should I Use only wpdb Class to Write Custom Queries?
- Use $wpdb->get_results with filter based on array
- wordpress login loop after install
- Improving this link color picker code
- How to fix pagination for custom loops?
- How to remove certain feed from my dashboard in WP admin
- How does offset works on pagination? (get_results)
- wordpress category.php query for featured news item, broken pagination and repeating posts
- How to reference same column name but different table in custom db query
- Retrieving custom field array value through db query
- Hiding the media-new.php File URL option via jQuery
- Multiple loop with pagination in same page
- Add a user to edit the layout of a site
- CSS Styles specific to Admin Sidebar not loading