Fires before the Plugins table.
Usage Example
add_action( 'mainwp_before_plugins_table', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }