do_action( 'tribe_tickets_commerce_order_actions_box_start', WP_Post $order )
Fires at the beginning of the publishing actions section of the Actions meta box.
Contents
Parameters
- $order
-
(WP_Post) WP_Post object for the current post on Edit Post screen..
Source
File: src/admin-views/commerce/orders/single/order-actions-metabox.php
Changelog
| Version | Description |
|---|---|
| 5.13.3 | Introduced. |