jetpack_sync_filtered_hpos_order_data
jetpack_sync_filtered_hpos_order_data
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_sync_filtered_hpos_order_data') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php line 375
* * @param array $filtered_order_data The Filtered order data. * @param \WC_Abstract_Order $order_object The Order object. */ return apply_filters( 'jetpack_sync_filtered_hpos_order_data', $filtered_order_data, $order_object ); } /** * Returns all possible order status keys, including 'auto-draft' and 'trash'. * * @access public