File "order-again.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/templates/order/order-again.php
File
size: 192 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('ABSPATH') || exit;
?>
<p class="order-again">
<a href="<?php
echo esc_url($order_again_url);
?>" class="button"><?php
esc_html_e('Order again', 'woocommerce');
?></a>
</p>