function team_showcase_item_20200516() {
?>
<div class="item ">
Custom HTML here
</div>
<?php
}
add_action('team_showcase_item', 'team_showcase_item_20200516', 0);
function team_showcase_item_20200516() {
?>
<div class="item ">
Custom HTML here
</div>
<?php
}
add_action('team_showcase_item', 'team_showcase_item_20200516', 0);