Fires at the left side of the actions bar on the Install Plugins screen, after the Search bar.
Usage Example
add_action( 'mainwp_install_plugins_actions_bar_left', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }