woocommerce_email_fulfillment_details

woocommerce_email_fulfillment_details

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_action('woocommerce_email_fulfillment_details') is found 6 times:

  • /templates/emails/customer-fulfillment-created.php line 49
     * @param WC_Email $email The email object.
     *
     * @hooked WC_Emails::fulfillment_details() Shows the fulfillment details.
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for the woocommerce_email_fulfillment_meta.
     *
     * @param WC_Order $order The order object.
     * @param Fulfillment $fulfillment The fulfillment object.
    
  • /templates/emails/customer-fulfillment-deleted.php line 49
     * @param WC_Email $email The email object.
     *
     * @hooked WC_Emails::fulfillment_details() Shows the fulfillment details.
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for the woocommerce_email_fulfillment_meta.
     *
     * @param WC_Order $order The order object.
     * @param Fulfillment $fulfillment The fulfillment object.
    
  • /templates/emails/customer-fulfillment-updated.php line 50
     * @param WC_Email $email The email object.
     *
     * @hooked WC_Emails::fulfillment_details() Shows the fulfillment details.
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for the woocommerce_email_fulfillment_meta.
     *
     * @param WC_Order $order The order object.
     * @param Fulfillment $fulfillment The fulfillment object.
    
  • /templates/emails/plain/customer-fulfillment-created.php line 35
     * @hooked WC_Structured_Data::output_structured_data() Outputs structured data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    echo "\n----------------------------------------\n\n";
    
    /**
     * Display fulfillment meta data.
     *
    
  • /templates/emails/plain/customer-fulfillment-deleted.php line 35
     * @hooked WC_Structured_Data::output_structured_data() Outputs structured data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    echo "\n----------------------------------------\n\n";
    
    /**
     * Display fulfillment meta data.
     *
    
  • /templates/emails/plain/customer-fulfillment-updated.php line 37
     * @hooked WC_Structured_Data::output_structured_data() Outputs structured data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_details', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    echo "\n----------------------------------------\n\n";
    
    /**
     * Display fulfillment meta data.
     *
    

See this hook used in plugins: