apply_filters( ‘audio_submitbox_misc_sections’, array $fields, WP_Post $post )

In this article

Filters the audio attachment metadata fields to be shown in the publish meta box.

Description

The key for each item in the array should correspond to an attachment metadata key, and the value should be the desired label.

Parameters

$fieldsarray
An array of the attachment metadata keys and labels.
$postWP_Post
WP_Post object for the current attachment.

Source

$audio_fields = apply_filters( 'audio_submitbox_misc_sections', $fields, $post );

Changelog

VersionDescription
4.9.0Added the $post parameter.
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.