wpd_concentrates_widget_inside_bottom

/* Add custom code inside the bottom of the Concentrates widget */
add_action( 'wpd_concentrates_widget_inside_bottom', 'acme_concentrates_widget_inside_bottom' );
function acme_concentrates_widget_inside_bottom() {
    // Place your custom code here
}