Fires after the Submit Button element on Manage themes.
Usage Example
add_action( 'mainwp_manage_themes_after_submit_button', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }