woocommerce_email_fulfillment_meta, $order, $fulfillment, $sent_to_admin, $plain_text, $email
woocommerce_email_fulfillment_meta, $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_meta, $order, $fulfillment, $sent_to_admin, $plain_text, $email') is found 7 times:
- /templates/emails/block/general-block-content-for-fulfillment-emails.php line 55
* @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-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 72
* @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 54
* @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