Fires at the bottom of the Update Details section in the Updates Overview widget.
Usage Example
add_action( 'mainwp_updates_overview_after_update_details', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }