1347* to the ID of the current screen.1348*1349* @since 3.1.01350*1351* @param array$sortable_columns An array of sortable columns.1352*/1353$_sortable=apply_filters("manage_{$this->screen->id}_sortable_columns",$sortable_columns);13541355$sortable=array();1356foreach($_sortableas$id=>$data){1357if(empty($data)){1358continue;1359}
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.