wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_pages_columns › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'manage_pages_columns', $posts_columns )
Parameters:
  • (string[]) $post_columns An associative array of column headings.
    Required: Yes
Defined at:
Codex:

Filters the columns displayed in the Pages list table.





Source

$posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );