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.5.2

apply_filters('wp_get_attachment_id3_keys') is found 1 times:

  • /wp-includes/media.php line 3211
    	 * @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.