woocommerce_after_account_orders
woocommerce_after_account_orders
do_action('woocommerce_after_account_orders') is found 1 times:
- /templates/myaccount/orders.php line 125
Warning: Undefined array key 125 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 126 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 127 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 128 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 129 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 130 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
121122123124125<?php wc_print_notice( esc_html__(
'No order has been made yet.'
,
'woocommerce'
) .
' <a class="woocommerce-Button wc-forward button'
. esc_attr(
$wp_button_class
) .
'" href="'
. esc_url( apply_filters(
'woocommerce_return_to_shop_redirect'
, wc_get_page_permalink(
'shop'
) ) ) .
'">'
. esc_html__(
'Browse products'
,
'woocommerce'
) .
'</a>'
,
'notice'
);
// phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?>
<?php
endif
; ?>
<?php do_action(
'woocommerce_after_account_orders'
,
$has_orders
); ?>