wpd_dataoutput_before

/* Add custom code before the Details table */
add_action( 'wpd_dataoutput_after', 'acme_data_before' );
function acme_data_before() {
    // Place your custom code here
}