woocommerce_email_fulfillment_details, $order, $fulfillment, $sent_to_admin, $plain_text, $email
woocommerce_email_fulfillment_details, $order, $fulfillment, $sent_to_admin, $plain_text, $email
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_email_fulfillment_details, $order, $fulfillment, $sent_to_admin, $plain_text, $email') is found 7 times:
- /templates/emails/block/general-block-content-for-fulfillment-emails.php line 41
* @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-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 58
* @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 43
* @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. *