Fires at the top of the Sidebar on the Manage Themes page.
Usage Example
add_action( 'mainwp_manage_themes_sidebar_top', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }