Add `since` tag for when filter was added

This commit is contained in:
Dan Bitzer 2021-08-11 12:46:02 +09:30
parent 6a569ec3a1
commit 6f76a7b538
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ class WC_Meta_Box_Order_Actions {
* Filter: woocommerce_order_actions
* 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.
*
* @param array $actions The available order actions for the order.