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



manage_taxonomies_for_attachment_columns › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'manage_taxonomies_for_attachment_columns', $taxonomies, 'attachment' )
Parameter: (2)
  • (string[]) $taxonomies An array of registered taxonomy names to show for attachments.
    Erforderlich: Ja
  • (string) $post_type The post type. Default 'attachment'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the taxonomy columns for attachments in the Media list table.





Quellcode

$taxonomies = apply_filters( 'manage_taxonomies_for_attachment_columns', $taxonomies, 'attachment' );