audio_submitbox_misc_sections WordPress Filter Hook
The audio_submitbox_misc_sections hook is used to add content to the Miscellaneous section of the submit audio post page. This hook is typically used to add extra fields or content to the Miscellaneous section.
apply_filters( 'audio_submitbox_misc_sections', array $fields , WP_Post $post ) #
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
Source
Changelog
Version | Description |
---|---|
4.9.0 | Added the $post parameter. |
3.7.0 | Introduced. |