';
$this->tab_toggle($this->ashu_feild);
foreach($this->ashu_feild as $ashu_feild){
if ( ( $ashu_feild['type']=='open' || $ashu_feild['type']=='close' ) || (isset($ashu_feild['id']) && method_exists($this, $ashu_feild['type'])) ){
if($ashu_feild['type']=='open' || $ashu_feild['type']=='close'){
$this->{$ashu_feild['type']}($ashu_feild);
continue;
}
$feild_value = get_term_meta($tag->term_id , $ashu_feild['id'],true);
if( $feild_value != '' ){
$ashu_feild['std'] = $feild_value;
}
$this->{$ashu_feild['type']}($ashu_feild);
}
}
echo ' |