wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_{$this->screen->id}_sortable_columns › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( "manage_{$this->screen->id}_sortable_columns", $sortable_columns )
Parameters:
  • () sortable_columns An array of sortable columns.
    Required: Yes
Defined at:
Codex:

Filters the list table sortable columns for a specific screen.

The dynamic portion of the hook name, `$this->screen->id`, refers to the ID of the current screen.


Related Functions: get_hidden_columns


Source

$_sortable = apply_filters( "manage_{$this->screen->id}_sortable_columns", $sortable_columns );