woocommerce_fulfillment_order_status_changed_order_note

woocommerce_fulfillment_order_status_changed_order_note

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

apply_filters('woocommerce_fulfillment_order_status_changed_order_note') is found 1 times:

  • /src/Admin/Features/Fulfillments/FulfillmentOrderNotes.php line 226
    		 * @param \WC_Order   $order      The order object.
    		 * @param string      $old_status The previous fulfillment status.
    		 * @param string      $new_status The new fulfillment status.
    		 */
    		$message = apply_filters( 'woocommerce_fulfillment_order_status_changed_order_note', $message, $order, $old_status, $new_status );
    		$message = $this->normalize_note_message( $message );
    
    		if ( null === $message ) {
    			return;
    		}