Filters the columns displayed in the Pages list table.
$posts_columnsstring[]
Note: Listed in order of appearance. By default, all columns supported by the post type are shown.
Includes “edit”, “quick edit”, “trash” and “view” links. If $mode (set from $_REQUEST['mode']) is ‘excerpt’, a post excerpt is included between the title and links.
$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_pages_columns