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