Fires before the Select Sites element on Manage plugins.
Usage Example
add_action( 'mainwp_manage_plugins_before_select_sites', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }