apply_filters( "manage_{$this->screen->id}_sortable_columns", array $sortable_columns )
Filters the list table sortable columns for a specific screen.
Description
The dynamic portion of the hook name, $this->screen->id
, refers to the ID of the current screen, usually a string.
Parameters
- $sortable_columns
-
An array of sortable columns.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |