Allows to change the available limits for loading orders on the bulk TTN generation page.
add_filter('wcus_orders_order_limits', function (array $limits) { return [ 20, 50, 100, ]; // Default values });
Arguments:
$limits (int[]) - current available limits