Fires after the progress list in the install modal element.
Usage Example
add_action( 'mainwp_after_plugin_theme_install_progress', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }