mainwp_plugin_auto_updates_table_fatures

Filters the Plugin Auto Updates table features.

Parameters

$table_features
(array) Available options

$table_features = array(
	'searching'  => 'true',
	'stateSave'  => 'true',
	'colReorder' => 'true',
	'info'       => 'true',
	'paging'     => 'false',
	'ordering'   => 'true',
	'order'      => '[ [ 2, "asc" ] ]',
);