apply_filters( 'wp_get_attachment_id3_keys', array $fields, WP_Post $attachment, string $context )

Filters the editable list of keys to look up data from an attachment’s metadata.


Parameters

$fields

Key/value pairs of field keys to labels.

$attachment

Attachment object.

$context

The context. Accepts 'edit', 'display'. Default 'display'.


Source

File: wp-includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.9.0 Introduced.