media_embedded_in_content_allowed_types

最后更新于:2021-11-27 07:20:10

apply_filters( ‘media_embedded_in_content_allowed_types’, string[] $allowed_media_types )

Filters the embedded media types that are allowed to be returned from the content blob.

参数

$allowed_media_types

(string[])
An array of allowed media types. Default media types are ‘audio’, ‘video’, ‘object’, ’embed’, and ‘iframe’.

源文件

文件: gc-includes/media.php

View on Trac