media_submitbox_misc_sections

最后更新于:2021-11-27 07:39:28

apply_filters( ‘media_submitbox_misc_sections’, array $fields, GC_Post $post )

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

参数

$fields

(array)
An array of the attachment metadata keys and labels.

$post

(GC_Post)
GC_Post object for the current attachment.

源文件

文件: gc-admin/includes/media.php

View on Trac