Hide Offline Members
-
Hi I am using custom code to show vendors on homepage in a slider….. Now when I make a vendor as offline they still show… how can I hide offline vendors.
Thank you
if($role[0] == ‘wcfm_vendor’){ $res.= ‘<div class=”col-md-3″> <div class=”producer-list”>
<h3 style=”text-align: center” > ‘.$dd_name.’ </h3>
</div> </div>’; } }
echo $res; die(0); }
The topic ‘Hide Offline Members’ is closed to new replies.