HEX
Server: LiteSpeed
System: Linux cpir1.prohostdns.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: pelakir (2976)
PHP: 8.2.31
Disabled: exec, shell_exec, system, passthru, proc_open, proc_close, proc_terminate, proc_get_status, popen, pclose, pcntl_exec
Upload Files
File: /home/pelakir/www/wp-content/plugins/woodmart-plus/template/single-dashboard_builder.php
<html <?php language_attributes(); ?> >
<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">
<?php wp_head(); ?>
<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>
<body <?php body_class() ?> >
  <div class="alfashop_container">
      <?php
          // Start the Loop.
          if ( have_posts() ) {

          // the_post();

          ?>
          <!-- <div class="dashboard_container"> -->
          <?php
            the_content();
          ?>
          <!-- </div> -->
          <?php

          wp_reset_postdata();
          }
      ?>
  </div>
</body>
<?php  wp_footer(); ?>
</html>