18 lines
175 B
PHP
18 lines
175 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Auth footer
|
||
|
*
|
||
|
* @author WooThemes
|
||
|
* @package WooCommerce/Templates/Auth
|
||
|
* @version 2.4.0
|
||
|
*/
|
||
|
|
||
|
if ( ! defined( 'ABSPATH' ) ) {
|
||
|
exit;
|
||
|
}
|
||
|
|
||
|
?>
|
||
|
|
||
|
</body>
|
||
|
</html>
|