mainwp_managesites_bulk_actions

Filters bulk actions on the Manage Sites page. Allows user to hook in new actions or remove default ones.

Parameters

$actions
(array) Available options.

$actions = array(
	'sync'                => __( 'Sync Data', 'mainwp' ),
	'reconnect'           => __( 'Reconnect', 'mainwp' ),
	'refresh_favico'      => __( 'Refresh Favicon', 'mainwp' ),
	'delete'              => __( 'Remove', 'mainwp' ),
	'seperator_1'         => '',
	'open_wpadmin'        => __( 'Jump to WP Admin', 'mainwp' ),
	'open_frontpage'      => __( 'Jump to Front Page', 'mainwp' ),
	'seperator_2'         => '',
	'update_plugins'      => __( 'Update Plugins', 'mainwp' ),
	'update_themes'       => __( 'Update Themes', 'mainwp' ),
	'update_wpcore'       => __( 'Update WordPress', 'mainwp' ),
	'update_translations' => __( 'Update Translations', 'mainwp' ),
	'update_everything'   => __( 'Update Everything', 'mainwp' ),
);