1333* to the ID of the current screen.1334*1335* @since 3.1.01336*1337* @param array$sortable_columns An array of sortable columns.1338*/1339$_sortable=apply_filters("manage_{$this->screen->id}_sortable_columns",$sortable_columns);13401341$sortable=array();1342foreach($_sortableas$id=>$data){1343if(empty($data)){1344continue;1345}
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.