Fires after the actions bar on the Updates page.
Usage Example
add_action( 'mainwp_updates_after_actions_bar', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }