ID, 'portfolio_category' ); $term_list = null; if( is_array($terms) ) { $count = 0; foreach( $terms as $term ) { if ( $count > 0 ) { $term_list .= ' '; } $term_list .= $term->term_id; $count++; } } ?>
> 'card-img-top img-fluid' ) ); } else { the_post_thumbnail( 'bigwigs-featured-v', array( 'class' => 'card-img img-fluid' ) ); } ?>
', '' ); ?>
ID, 'portfolio_category', '', ', ', '' ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped --Escaped in https://developer.wordpress.org/reference/functions/get_the_term_list/ ?> ID, 'portfolio_category' ); if( is_array($terms) ) { $term_list = array(); foreach( $terms as $term ) { $term_list[] = $term->name; } } $term_list = join( ' · ', $term_list ); echo esc_html( $term_list ); ?>