woocommerce_email_fulfillment_details
woocommerce_email_fulfillment_details
Appears in: woocommerce.10.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.1.2do_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. *