wpd_growers_widget_inside_bottom

/* Add custom code inside the bottom of the Growers widget */
add_action( 'wpd_growers_widget_inside_bottom', 'acme_growers_widget_inside_bottom' );
function acme_growers_widget_inside_bottom() {
    // Place your custom code here
}