Initial Commit N° : 001 - V.4.3.3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Login Form
|
||||
*
|
||||
* @author NasaTheme
|
||||
* @package Elessi-theme/WooCommerce
|
||||
* @version 9.2.0
|
||||
*/
|
||||
|
||||
defined('ABSPATH') or exit; // Exit if accessed directly
|
||||
|
||||
do_action('nasa_login_register_form');
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* My Account navigation
|
||||
*
|
||||
* @author NasaTheme
|
||||
* @package Elessi-theme/WooCommerce
|
||||
* @version 9.3.0
|
||||
*/
|
||||
if (!defined('ABSPATH')) :
|
||||
exit;
|
||||
endif;
|
||||
|
||||
do_action('woocommerce_before_account_navigation');
|
||||
|
||||
$file = ELESSI_CHILD_PATH . '/includes/nasa-acc-nav.php';
|
||||
include is_file($file) ? $file : ELESSI_THEME_PATH . '/includes/nasa-acc-nav.php';
|
||||
|
||||
do_action('woocommerce_after_account_navigation');
|
||||
Reference in New Issue
Block a user