Fires after the Search Options elemnt on Manage plugins.
Usage Example
add_action( 'mainwp_manage_plugins_after_search_options', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }