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.


Parameters

$order

(WP_Post) WP_Post object for the current post on Edit Post screen..


Top ↑

Source

File: src/admin-views/commerce/orders/single/order-actions-metabox.php


Top ↑

Changelog

Changelog
Version Description
5.13.3 Introduced.