woocommerce_email_after_order_table
woocommerce_email_after_order_table
do_action('woocommerce_email_after_order_table') is found 2 times:
- /templates/emails/email-order-details.php line 90
Warning: Undefined array key 90 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 91 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 92 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 93 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 94 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 95 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
8687888990</tfoot>
</table>
</div>
<?php do_action(
'woocommerce_email_after_order_table'
,
$order
,
$sent_to_admin
,
$plain_text
,
$email
); ?>
- /templates/emails/plain/email-order-details.php line 54
Warning: Undefined array key 54 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 55 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 56 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 57 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 58 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 59 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
5051525354/* translators: %s: Order link. */
echo
"\n"
. sprintf( esc_html__(
'View order: %s'
,
'woocommerce'
), esc_url(
$order
->get_edit_order_url() ) ) .
"\n"
;
}
do_action(
'woocommerce_email_after_order_table'
,
$order
,
$sent_to_admin
,
$plain_text
,
$email
);