Fires after the Plugin updates section in the Updates Overview widget.
Usage Example
add_action( 'mainwp_updates_overview_after_plugin_updates', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }