wpd_dataoutput_bottom

/* Add custom code to the bottom of the Details table */
add_action( 'wpd_dataoutput_bottom', 'acme_data_bottom' );
function acme_data_bottom() {
    // Place your custom code here
}