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