mainwp_sites_table_features

Filter the Monitoring table features.

Parameters

$table_features
(array) Available options.

$table_features = array(
	'searching'     => 'true',
	'paging'        => 'true',
	'pagingType'    => '"full_numbers"',
	'info'          => 'true',
	'colReorder'    => '{ fixedColumnsLeft: 1, fixedColumnsRight: 1 }',
	'stateSave'     => 'true',
	'stateDuration' => '0',
	'order'         => '[]',
);