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



manage_media_columns › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'manage_media_columns', $posts_columns, $this->detached )
Parameters: (2)
  • (string[]) $posts_columns An array of columns displayed in the Media list table.
    Required: Yes
  • (bool) $detached Whether the list table contains media not attached to any posts. Default true.
    Required: Yes
Defined at:
Codex:

Filters the Media list table columns.





Source

return apply_filters( 'manage_media_columns', $posts_columns, $this->detached );