mainwp_posts_table_fatures

Filters the Manage Posts table features.

Parameters

$table_features
(array) Available options

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