team_showcase_after_items

 

function team_showcase_after_items_20200516($wp_query, $args) {
    ?>
    <div class="element ">
        <pre>HTML here.</pre>
    </div>
    <?php
}

add_action('team_showcase_after_items', 'team_showcase_after_items_20200516', 0, 2);

View post on imgur.com