Add `since` tag for when filter was added
This commit is contained in:
parent
6a569ec3a1
commit
6f76a7b538
|
@ -167,6 +167,7 @@ class WC_Meta_Box_Order_Actions {
|
||||||
* Filter: woocommerce_order_actions
|
* Filter: woocommerce_order_actions
|
||||||
* Allows filtering of the available order actions for an order.
|
* Allows filtering of the available order actions for an order.
|
||||||
*
|
*
|
||||||
|
* @since 2.1.0 Filter was added.
|
||||||
* @since x.x.x The $order param was added.
|
* @since x.x.x The $order param was added.
|
||||||
*
|
*
|
||||||
* @param array $actions The available order actions for the order.
|
* @param array $actions The available order actions for the order.
|
||||||
|
|
Loading…
Reference in New Issue