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