woocommerce_order_actions_start

woocommerce_order_actions_start

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_actions_start') is found 1 times:

  • /includes/admin/meta-boxes/class-wc-meta-box-order-actions.php line 45
    			 * Fires at the start of order actions meta box rendering.
    			 *
    			 * @since 2.1.0
    			 */
    			do_action( 'woocommerce_order_actions_start', $order_id );
    			?>
    
    
    			<li class="wide" id="actions">
    				<select name="wc_order_action">
    					<option value=""><?php esc_html_e( 'Choose an action...', 'woocommerce' ); ?></option>