ID, 'portfolio_tag' ); if ( $terms && ! is_wp_error( $terms ) ) { $tag = array(); $filter = array(); foreach ( $terms as $term ) { $tag[] = $term->name; $filter[] = 'portfolio-tag-' . $term->name; } $filter = str_replace( ' ', '-', $filter ); $portfolio_tag = ( join( ', ', $tag ) ); $portfolio_filter = strtolower( join( ' ', $filter ) ); } ?>
', esc_url( get_template_directory_uri() . '/images/placeholder.png' ) ); } ?>

' . esc_html( $portfolio_tag ) . '' : ''; ?>