wordpress / latest / hooks / media_submitbox_misc_sections.html

apply_filters( 'media_submitbox_misc_sections', array $fields, WP_Post $post )

Filters the audio and video 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

$fields array
An array of the attachment metadata keys and labels.
$post WP_Post
WP_Post object for the current attachment.

Source

File: wp-admin/includes/media.php. View all references

$fields = apply_filters( 'media_submitbox_misc_sections', $fields, $post );

Used By

Used By Description

Changelog

Version Description
4.9.0 Added the $post parameter.
3.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/media_submitbox_misc_sections