manage_taxonomies_for_attachment_columns

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'manage_taxonomies_for_attachment_columns', string[] $taxonomies, string $post_type )

Parameters Parameters

$taxonomies

An array of registered taxonomy names to show for attachments.

$post_type

The post type. Default 'attachment'.

Source Source

File: wp-admin/includes/class-wp-media-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply