Simplify the backend order list by hiding batch operations, except processing status filtering, which is effective.
P粉311563823
2023-08-07 18:02:56
<p>Is there any way to hide bulk operations from the admin order list other than processing status filtered list: post_status=wc-processing, I only want to show bulk operations?<br /><br /> I tried using the code from How to remove bulk actions from the manage orders page, but that hides the bulk actions from all orders list. <br /><br />What I want is to display only batch operations with a filtered list of processing statuses. Will this work? help family</p><p><br /></p>
Only use the following lines to display bulk operations in the order list with "Processing" status.
The code is in the child theme’s functions.php file or plugin file. Very careful