wpd_edibles_widget_inside_top

/* Add custom code inside the top of the Edibles widget */
add_action( 'wpd_edibles_widget_inside_top', 'acme_edibles_widget_inside_top' );
function acme_edibles_widget_inside_top() {
    // Place your custom code here
}