Code to Increase quantity in rows-per-page dropdown in Products Editor to more than 10 not working
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from WPinThai on August 28, 2026, 06:36There seems to be a problem with the code on https://bulk-editor.com/document/more-settings-implicit that is designed to add a higher quantity option in the rows-per-page dropdown on the Product Editor screen page
I described the issue at https://wordpress.org/support/topic/increase-items-rows-in-products-editor-screen-to-more-than-10/#post-19005175 and was asked to post the issue here.
Please let me know what you think
Thanks in advance
There seems to be a problem with the code on https://bulk-editor.com/document/more-settings-implicit that is designed to add a higher quantity option in the rows-per-page dropdown on the Product Editor screen page
I described the issue at https://wordpress.org/support/topic/increase-items-rows-in-products-editor-screen-to-more-than-10/#post-19005175 and was asked to post the issue here.
Please let me know what you think
Thanks in advance
Quote from Alex Dev on August 31, 2026, 11:00Hello
Thank you for the signal, task is created. We will back to this ticket approximately after 3 of September 2026
Welcome!
Hello
Thank you for the signal, task is created. We will back to this ticket approximately after 3 of September 2026
Welcome!
Quote from Alex Dev on September 9, 2026, 15:02Hello
Release v.1.2.2 is just done and fix is there. Use please next code:
add_filter( 'woobe_set_per_page_value', function ( $value ) {return 50;} );
Hello
Release v.1.2.2 is just done and fix is there. Use please next code:
Quote from WPinThai on September 10, 2026, 17:48Thanks for your reply. Unfortunately, there were a few issues trying the fix ...
(1) My wp-admin Plugins area did not say there was any update available for my BEAR plugin install (v1.2.1) ... which I previously overwrote manually (as per the process recommended to me in my original Support case (at https://wordpress.org/support/topic/increase-items-rows-in-products-editor-screen-to-more-than-10/#post-19005175) ...
... so I downloaded v1.2.2 from WordPress.org and did a manual override process with files extracted from that package
(2) My wp-admin Plugins area (& my BEAR Product Editor screen) still say it is v1.2.1
(3) I replaced the existing code with the new code you supplied above. The issue continues, unresolved
Thanks for your reply. Unfortunately, there were a few issues trying the fix ...
(1) My wp-admin Plugins area did not say there was any update available for my BEAR plugin install (v1.2.1) ... which I previously overwrote manually (as per the process recommended to me in my original Support case (at https://wordpress.org/support/topic/increase-items-rows-in-products-editor-screen-to-more-than-10/#post-19005175) ...
... so I downloaded v1.2.2 from WordPress.org and did a manual override process with files extracted from that package
(2) My wp-admin Plugins area (& my BEAR Product Editor screen) still say it is v1.2.1
(3) I replaced the existing code with the new code you supplied above. The issue continues, unresolved
Quote from Alex Dev on September 11, 2026, 14:54Hello
Today version 1.2.3 is released, and it includes the fix you need.
Please be very careful to install exactly the latest version. If your Plugins page still shows 1.2.1, it means the previous version was installed somehow, and the new code cannot work with it.
1. Go to https://wordpress.org/plugins/woo-bulk-editor/ and check that the version shown on the right, under Meta, is 1.2.3.
2. If your site has not offered the update automatically, download the zip and overwrite the plugin files the same way you did before. Keep the plugin activated and do not delete it through the Plugins screen, because deleting it removes the BEAR history tables.
3. Make sure the Plugins page now shows 1.2.3.
4. Keep the code with the woobe_set_per_page_value filter you already added. The table will then load 50 rows.add_filter( 'woobe_set_per_page_value', function ( $value ) {return 50;} ); - be care woobe_set_per_page_value: VALUE, not VALUESAlso, this release adds something powerful that may interest you: an MCP server for BEAR. It lets you connect your own AI assistant directly to your shop and manage products by simply telling it what to do in plain words. Details are here: https://bulk-editor.com/document/mcp-server
Welcome!
Hello
Today version 1.2.3 is released, and it includes the fix you need.
Please be very careful to install exactly the latest version. If your Plugins page still shows 1.2.1, it means the previous version was installed somehow, and the new code cannot work with it.
1. Go to https://wordpress.org/plugins/woo-bulk-editor/ and check that the version shown on the right, under Meta, is 1.2.3.
2. If your site has not offered the update automatically, download the zip and overwrite the plugin files the same way you did before. Keep the plugin activated and do not delete it through the Plugins screen, because deleting it removes the BEAR history tables.
3. Make sure the Plugins page now shows 1.2.3.
4. Keep the code with the woobe_set_per_page_value filter you already added. The table will then load 50 rows.
Also, this release adds something powerful that may interest you: an MCP server for BEAR. It lets you connect your own AI assistant directly to your shop and manage products by simply telling it what to do in plain words. Details are here: https://bulk-editor.com/document/mcp-server
Welcome!
Quote from WPinThai on September 18, 2026, 09:40Hi.
I am pleased to report that my site offered the update automatically, I updated to v1.2.3 and the issue is now fixed (the code above now correctly adds another number option to the rows-per-page dropdown)
Thanks for your help!
Simon
Hi.
I am pleased to report that my site offered the update automatically, I updated to v1.2.3 and the issue is now fixed (the code above now correctly adds another number option to the rows-per-page dropdown)
Thanks for your help!
Simon
Quote from Alex Dev on September 18, 2026, 12:06Hello Simon
You are Welcome!
Hello Simon
You are Welcome!