'; if($default_tablabel){ $title_other_html .= '
  • '; $title_other_html .= ''; $title_other_html .= $default_tablabel; $title_other_html .= ''; $title_other_html .= '
  • '; } foreach($title_terms as $tab_term_id){ $tab_ajax_data['data']['terms_ids'] = $tab_term_id; $tab_term_detail = get_term_by( 'id', absint( $tab_term_id ), $tab_taxonomy ); $title_other_html .= '
  • '; $title_other_html .= ''; $title_other_html .= $tab_term_detail->name; $title_other_html .= ''; $title_other_html .= '
  • '; } $title_other_html .= ''; } if($slider_nav){ $title_other_html .= ''; } if($title_other_html){ $replace_tag = ''; if(stripos( $after_title, $replace_tag ) !== false ){ $after_title = str_replace( $replace_tag, $title_other_html.$replace_tag, $after_title ); }else{ $replace_tag = ''; $after_title = str_replace( $replace_tag, $title_other_html.$replace_tag, $after_title ); } } echo $after_title; } } endif; add_action( 'dglib_widget_title', 'dglib_widget_title_callback' );