woocommerce_email_customer_details

woocommerce_email_customer_details

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_email_customer_details') is found 20 times:

  • /templates/emails/admin-cancelled-order.php line 61
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/admin-failed-order.php line 62
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/admin-new-order.php line 60
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-completed-order.php line 69
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-failed-order.php line 77
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     * @since 1.0.0
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-invoice.php line 117
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    *
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-note.php line 68
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-on-hold-order.php line 67
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-processing-order.php line 70
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/customer-refunded-order.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
        echo $email_improvements_enabled ? '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="email-additional-content">' : '';
  • /templates/emails/plain/admin-cancelled-order.php line 55
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/admin-failed-order.php line 55
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/admin-new-order.php line 55
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-completed-order.php line 56
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-failed-order.php line 58
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     * @since 1.0.0
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-invoice.php line 81
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    *
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-note.php line 55
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-on-hold-order.php line 56
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-processing-order.php line 57
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
  • /templates/emails/plain/customer-refunded-order.php line 66
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    /*
     * @hooked WC_Emails::customer_details() Shows customer details
     * @hooked WC_Emails::email_address() Shows email address
     */
    do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
     
    echo "\n\n----------------------------------------\n\n";
     
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */

See this hook used in plugins: