HEX
Server: LiteSpeed
System: Linux pulsar191.sitesanctuary.org 5.14.0-284.30.1.el9.tuxcare.els9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 10 17:34:05 UTC 2025 x86_64
User: lgooir (1604)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/lgooir/www/wp-content/plugins/woodmart-plus/template/myaccount/elementor-my-account.php
<html <?php language_attributes(); ?>>

<head>
   <link rel="icon" href="<?php echo get_site_icon_url() ? get_site_icon_url()  : ''  ?>" />
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/all.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/global-fonts.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/icon-style.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/hint.min.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/global.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/swiper.min.css">
</head>
<?php wp_head(); ?>

<body <?php body_class() ?>>
   <style>
      <?php
      $width = 0;
      if (wplus_helper::get_setting('full_width')) {
         $width = wplus_helper::get_setting('full_width') . '%';
      } else {

         $width = wplus_helper::get_setting('width_dashboard') . 'px';
      }

      ?> :root {
         --width-width3: <?php echo $width; ?>;
         --main-color: <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
         --red-1: <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
         --red-5: <?php echo wplus_helper::get_setting('color_dashboard_hover'); ?>;
         --blue-3: <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
      }

      body {
         font-family: <?php echo wplus_helper::get_setting('font_dashboard', 'IRANSansX');  ?>;
      }
   </style>
   <main>
      <div class="dashboard_sidebar__container">
         <div class="sidebar_container">
            <div class="btn_toggle__sidebar">
               <!--<i class="fa-regular fa-ellipsis-vertical"></i>-->
               <i class="fa-regular fa-ellipsis-vertical-advanced">
                  <span class="blob"></span>
               </i>
            </div>
            <div class="dashboard_side__main">
               <?php do_action('custom_woocommerce_account_navigation'); ?>
            </div>
         </div>
      </div>

      <div class="alfashop_container">
         <?php do_action('elementor_header_woocommerce_account'); ?>
      </div>

      <?php if ('side-right' === wplus_helper::get_setting('sidebar_myaccount') || !wplus_helper::get_setting('sidebar_myaccount')) : ?>
         <section class="dashboard_container">
            <div class="dashboard_side_elementor">
               <?php do_action('elementor_woocommerce_account_navigation'); ?>
            </div>
            <div class="dashboard_main">
               <?php
               /**
                * My Account content.
                *
                * @since 2.6.0
                */
               do_action('elementor_woocommerce_account_content');
               ?>
            </div>
         </section>
      <?php elseif ('side-left' === wplus_helper::get_setting('sidebar_myaccount')): ?>
         <section class="dashboard_container">
            <div class="dashboard_main">
               <?php
               /**
                * My Account content.
                *
                * @since 2.6.0
                */
               do_action('elementor_woocommerce_account_content');
               ?>
            </div>
            <div class="dashboard_side_elementor">
               <?php do_action('elementor_woocommerce_account_navigation'); ?>
            </div>
         </section>
      <?php elseif ('side-up' === wplus_helper::get_setting('sidebar_myaccount')): ?>
         <div class="dashboard_container">
            <?php do_action('elementor_woocommerce_account_navigation'); ?>
            <?php do_action('elementor_woocommerce_account_content'); ?>
         </div>
      <?php endif; ?>
   </main>

   <div class="alfashop_container">
      <?php do_action('elementor_footer_woocommerce_account'); ?>
   </div>
</body>
<?php wp_footer() ?>

</html>