Skip to content

Commit

Permalink
fix: remove link from customer name in vendor order details (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamgircsebd authored Jun 4, 2020
1 parent 514381e commit f00a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/orders/details.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
$display_name = get_post_meta( dokan_get_prop( $order, 'id' ), '_billing_first_name', true ). ' '. get_post_meta( dokan_get_prop( $order, 'id' ), '_billing_last_name', true );
}
?>
<a href="#"><?php echo esc_html( $display_name ); ?></a><br>
<?php echo esc_html( $display_name ); ?><br>
</li>
<li>
<span><?php esc_html_e( 'Email:', 'dokan-lite' ); ?></span>
Expand Down

0 comments on commit f00a424

Please sign in to comment.