audio_submitbox_misc_sections

最后更新于:2021-11-25 20:34:21

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

Filters the audio attachment 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