mainwp_pages_table_fatures

Filters the Manage Pages table features.

Parameters

$table_features
(array) Array with available options

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