1338* to the ID of the current screen.1339*1340* @since 3.1.01341*1342* @param array$sortable_columns An array of sortable columns.1343*/1344$_sortable=apply_filters("manage_{$this->screen->id}_sortable_columns",$sortable_columns);13451346$sortable=array();1347foreach($_sortableas$id=>$data){1348if(empty($data)){1349continue;1350}
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.