wp_get_attachment_id3_keys

wp_get_attachment_id3_keys

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_get_attachment_id3_keys') is found 1 times:

  • /wp-includes/media.php line 3334
    3330
    3331
    3332
    3333
    3334
    3335
    3336
    3337
    3338
    3339
    3340
         * @param array   $fields     Key/value pairs of field keys to labels.
         * @param WP_Post $attachment Attachment object.
         * @param string  $context    The context. Accepts 'edit', 'display'. Default 'display'.
         */
        return apply_filters( 'wp_get_attachment_id3_keys', $fields, $attachment, $context );
    }
    /**
     * Builds the Audio shortcode output.
     *
     * This implements the functionality of the Audio Shortcode for displaying
     * WordPress mp3s in a post.