wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



manage_taxonomies_for_attachment_columns › WordPress Filter Hooks

Da3.5.0
Deprecaton/a
apply_filters( 'manage_taxonomies_for_attachment_columns', $taxonomies, 'attachment' )
Parametri: (2)
  • (string[]) $taxonomies An array of registered taxonomy names to show for attachments.
    Richiesto:
  • (string) $post_type The post type. Default 'attachment'.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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