HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/public_html/wp-content/themes/rehub-theme/wcfm/store/wcfmmp-view-store-tabs.php
<?php
/**
 * The Template for displaying store tabs.
 *
 * @package WCfM Markeplace Views Store
 *
 * For edit coping this to yourtheme/wcfm/store 
 *
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

global $WCFM, $WCFMmp;

$store_tabs = $store_user->get_store_tabs();

?>

<?php do_action( 'wcfmmp_store_before_tabs', $store_user->get_id() ); ?>

<div class="tab_links_area mt20">
	<ul class="smart-scroll-desktop mb0 clearfix contents-woo-area rh-big-tabs-ul pt0 pb0 pr0 pl0">
	  <?php foreach( $store_tabs as $store_tab_key => $store_tab_label ) { ?>
	  	<li class="<?php if( $store_tab_key == $store_tab ) echo 'active'; ?> rh-hov-bor-line rh-big-tabs-li below-border pt0 pb0 pr0 pl0"><a href="<?php echo ''.$store_user->get_store_tabs_url( $store_tab_key ); ?>" class="pt15 pb15 pl15 pr15 fontnormal"><?php echo ''.$store_tab_label; ?></a></li>
	  <?php } ?>
	</ul>
</div>


<?php do_action( 'wcfmmp_store_after_tabs', $store_user->get_id() ); ?>