17 lines
304 B
PHP
17 lines
304 B
PHP
<?php
|
|
/**
|
|
* My Account
|
|
*
|
|
* @author
|
|
* @package EasyPack/Templates
|
|
* @version
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly.
|
|
}
|
|
|
|
?>
|
|
<br/><br/>
|
|
<h2><a href="<?php echo esc_url( $returns_page ); ?>"><?php esc_html_e( 'Returns', 'inpost-for-woocommerce' ); ?></a></h2>
|
|
<br/>
|