woocommerce_fulfillment_updated_notification

woocommerce_fulfillment_updated_notification

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

do_action('woocommerce_fulfillment_updated_notification') is found 1 times:

  • /src/Admin/Features/Fulfillments/OrderFulfillmentsRestController.php line 432
    					 * Trigger the fulfillment updated notification on updating a fulfillment.
    					 *
    					 * @since 10.1.0
    					 */
    					do_action( 'woocommerce_fulfillment_updated_notification', $order_id, $fulfillment, wc_get_order( $order_id ) );
    					FulfillmentsTracker::track_fulfillment_notification_sent( 'fulfillment_updated', $fulfillment->get_id(), $order_id );
    				}
    			}
    		} catch ( ApiException $ex ) {
    			FulfillmentsTracker::track_fulfillment_validation_error( 'update', $ex->getErrorCode(), $this->check_request_source( $request ) );
    			return $this->prepare_error_response(
    

See this hook used in plugins: