id, $taxonomy->name ); $tag_names = $tag_ids = array(); if ( ! empty( $tags ) && ! is_wp_error( $tags ) ) { foreach( $tags as $tag ) { $tag_names[] = $tag->name; $tag_ids[] = $tag->term_id; } } $tag_names = implode( ', ', $tag_names ); $most_used_tags = get_terms( Flamingo_Contact::contact_tag_taxonomy, array( 'orderby' => 'count', 'order' => 'DESC', 'number' => 10, 'exclude' => $tag_ids, 'fields' => 'names', ) ); if ( is_wp_error( $most_used_tags ) ) { $most_used_tags = array(); } ?>


' . esc_html( $tag ) . ' '; } ?>

fields as $key => $value ) : ?>
consent; if ( empty( $consent ) ) { return; } ?> $value ) : ?>
meta as $key => $value ) : ?>