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