wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit3.1.0
Veraltetn/v
apply_filters( "manage_{$this->screen->id}_sortable_columns", $sortable_columns )
Parameter:
  • () sortable_columns An array of sortable columns.
    Erforderlich: Ja
Definiert in:
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.


Ähnliche Funktionen: get_hidden_columns


Quellcode

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