wpd_shortcode_inside_top

/* Add custom code at the top of each individual item's div container. */
add_action( 'wpd_shortcode_inside_top', 'acme_shortcode_inside_top' );
function acme_shortcode_inside_top() {
    // Place your custom code here
}