apply_filters( 'woocommerce_sort_fees_callback', int , stdClass $a , stdClass $b )
Filter sort fees callback.
Description Description
Parameters Parameters
-
Sort order, -1 or 1.
- $a
-
Fee object.
- $b
-
Fee object.
Source Source
File: includes/class-wc-cart-fees.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |