wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



manage_taxonomies_for_attachment_columns › Les Filtres WordPress

Depuis3.5.0
Dépréciéen/a
apply_filters( 'manage_taxonomies_for_attachment_columns', $taxonomies, 'attachment' )
Paramètres: (2)
  • (string[]) $taxonomies An array of registered taxonomy names to show for attachments.
    Requis: Oui
  • (string) $post_type The post type. Default 'attachment'.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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