media_submitbox_misc_sections

media_submitbox_misc_sections

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('media_submitbox_misc_sections') is found 1 times:

  • /wp-admin/includes/media.php line 3434
    3430
    3431
    3432
    3433
    3434
    3435
    3436
    3437
    3438
    3439
    *
     * @param array   $fields An array of the attachment metadata keys and labels.
     * @param WP_Post $post   WP_Post object for the current attachment.
     */
    $fields = apply_filters( 'media_submitbox_misc_sections', $fields, $post );
     
    foreach ( $fields as $key => $label ) {
        if ( empty( $meta[ $key ] ) ) {
            continue;
        }