manage_{$this->screen->id}_sortable_columns

Advertisement

Summery Summery

Filters the list table sortable columns for a specific screen.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$sortable_columns

An array of sortable columns.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply