* element so the bio expands when the photo, name, or title is clicked. * * @package CWC */ namespace CWC; $single = get_field( 'single' ); $members = get_field( 'members' ); if ( empty( $members ) ) { return; } $modeSingle = ''; $blockID = wp_unique_id( 'single-' ); if ( $single ) { $modeSingle = 'name=' . $blockID; } $classes = 'team-grid container my-section mx-auto'; $wrapper = blockWrapperAttributes( $classes, $is_preview ); ?>
>
> <?php echo esc_attr( $member['image']['alt'] ?? '' ); ?>

Read Bio