woocommerce_email_fulfillment_meta

woocommerce_email_fulfillment_meta

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_meta') is found 6 times:

  • /templates/emails/customer-fulfillment-created.php line 63
     * @since 10.1.0
     *
     * @hooked WC_Emails::order_meta() Shows fulfillment meta data.
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for woocommerce_email_customer_details.
     *
     * @param WC_Order $order The order object.
     * @param bool $sent_to_admin Whether the email is sent to admin.
    
  • /templates/emails/customer-fulfillment-deleted.php line 63
     * @since 10.1.0
     *
     * @hooked WC_Emails::order_meta() Shows fulfillment meta data.
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for woocommerce_email_customer_details.
     *
     * @param WC_Order $order The order object.
     * @param bool $sent_to_admin Whether the email is sent to admin.
    
  • /templates/emails/customer-fulfillment-updated.php line 64
     * @since 10.1.0
     *
     * @hooked WC_Emails::order_meta() Shows fulfillment meta data.
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Hook for woocommerce_email_customer_details.
     *
     * @param WC_Order $order The order object.
     * @param bool $sent_to_admin Whether the email is sent to admin.
    
  • /templates/emails/plain/customer-fulfillment-created.php line 46
     * @hooked WC_Emails::fulfillment_meta() Shows order meta data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Display customer details and email address.
     *
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
    
  • /templates/emails/plain/customer-fulfillment-deleted.php line 46
     * @hooked WC_Emails::fulfillment_meta() Shows order meta data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Display customer details and email address.
     *
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
    
  • /templates/emails/plain/customer-fulfillment-updated.php line 48
     * @hooked WC_Emails::fulfillment_meta() Shows order meta data.
     *
     * @since 10.1.0
     */
    do_action( 'woocommerce_email_fulfillment_meta', $order, $fulfillment, $sent_to_admin, $plain_text, $email );
    
    /**
     * Display customer details and email address.
     *
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
    

See this hook used in plugins: