wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



manage_media_columns › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'manage_media_columns', $posts_columns, $this->detached )
Parameter: (2)
  • (string[]) $posts_columns An array of columns displayed in the Media list table.
    Erforderlich: Ja
  • (bool) $detached Whether the list table contains media not attached to any posts. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Media list table columns.





Quellcode

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