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

(array) An array of sortable columns.


Source

File: wp-admin/includes/class-wp-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.5.0 Introduced.