I added it but the badges don't appear
I hope to help me solve the problem
I'd like to show badges like this
I tried but couldn't
echo '<div class="wub-badges-wrapper">';
$badges = get_field('badges_user');
if( $badges && in_array('Verified', $badges) ): ?><a class="wub-badge" id="membership_duration" data-tooltip="Verified account"><img class='avatar avatar-64 photo' height='64' width='64' src="<?php bloginfo('template_url'); ?>/img/Verified-account.svg" data-tooltip="Verified account" title="Verified account"></a>
<?php endif;