wpd_topicals_widget_inside_top

/* Add custom code inside the top of the Topicals widget */
add_action( 'wpd_topicals_widget_inside_top', 'acme_topicals_widget_inside_top' );
function acme_topicals_widget_inside_top() {
    // Place your custom code here
}