Adds new action to the bulk actions menu on Plugins Auto Updates.
Usage Example
add_action( 'mainwp_plugins_auto_updates_bulk_action', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }