Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Warning: foreach() argument must be of type array|object, string given in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 813
apply_filters( "manage_{$this->screen->id}_sortable_columns", array $sortable_columns )
Filters the list table sortable columns for a specific screen.
Description Description
The dynamic portion of the hook name, $this->screen->id
, refers to the ID of the current screen, usually a string.
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Warning: foreach() argument must be of type array|object, string given in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 813
Parameters Parameters
- $sortable_columns
-
An array of sortable columns.
Source Source
File: classes/ListTable.php
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |