apply_filters( 'media_embedded_in_content_allowed_types', array $allowed_media_types )
Filters the embedded media types that are allowed to be returned from the content blob.
Parameters
- $allowed_media_types
-
An array of allowed media types. Default media types are 'audio', 'video', 'object', 'embed', and 'iframe'.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-4.2.0 | Introduced. |