# Hooks

- [Actions](#actions)
- [Filters](#filters)

## Actions

### `woocommerce_email_header`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$email_heading` |  | 
`$email` |  | 

Source: [includes/emails/templates/customer-order-shipment.php](emails/templates/customer-order-shipment.php), [line 23](emails/templates/customer-order-shipment.php#L23-L23)

### `woocommerce_email_order_details`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$order` |  | 
`$sent_to_admin` |  | 
`$plain_text` |  | 
`$email` |  | 

Source: [includes/emails/templates/customer-order-shipment.php](emails/templates/customer-order-shipment.php), [line 38](emails/templates/customer-order-shipment.php#L38-L38)

### `woocommerce_email_order_meta`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$order` |  | 
`$sent_to_admin` |  | 
`$plain_text` |  | 
`$email` |  | 

Source: [includes/emails/templates/customer-order-shipment.php](emails/templates/customer-order-shipment.php), [line 43](emails/templates/customer-order-shipment.php#L43-L43)

### `woocommerce_email_customer_details`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$order` |  | 
`$sent_to_admin` |  | 
`$plain_text` |  | 
`$email` |  | 

Source: [includes/emails/templates/customer-order-shipment.php](emails/templates/customer-order-shipment.php), [line 49](emails/templates/customer-order-shipment.php#L49-L49)

### `woocommerce_email_footer`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$email` |  | 

Source: [includes/emails/templates/customer-order-shipment.php](emails/templates/customer-order-shipment.php), [line 61](emails/templates/customer-order-shipment.php#L61-L61)

### `bt_shipment_status_changed`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$order_id` |  | 
`$shipment_obj` |  | 
`$bt_shipment_tracking_old` |  | 

Source: [includes/models/class-bt-sync-shipment-tracking-shipment-model.php](models/class-bt-sync-shipment-tracking-shipment-model.php), [line 57](models/class-bt-sync-shipment-tracking-shipment-model.php#L57-L57)

## Filters

### `bt_sst_shipping_statuses`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`BT_SHIPPING_STATUS` |  | 

Source: [includes/emails/class-bt-sst-wc-shipment-email.php](emails/class-bt-sst-wc-shipment-email.php), [line 196](emails/class-bt-sst-wc-shipment-email.php#L196-L196)

### `bt_shipmozo_order_object`

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$so` |  | 
`$order_id` |  | 

Source: [includes/shipping_providers/shipmozo.php](shipping_providers/shipmozo.php), [line 514](shipping_providers/shipmozo.php#L514-L514)

### `bt_shiprocket_order_object`

*The shiprocket-specific functionality of the plugin.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$so` |  | 
`$order_id` |  | 

Source: [includes/shipping_providers/shiprocket.php](shipping_providers/shiprocket.php), [line 4](shipping_providers/shiprocket.php#L4-L706)

### `bt_sst_shipping_statuses`

*The manual-specific functionality of the plugin.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`BT_SHIPPING_STATUS` |  | 

Source: [includes/shipping_providers/manual.php](shipping_providers/manual.php), [line 3](shipping_providers/manual.php#L3-L152)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

