wpd_dataoutput_after

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