Changeset 34907 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 10/07/2015 01:04:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r34785 r34907 94 94 95 95 /** 96 * Filter the list of oEmbed providers. 97 * 98 * Discovery is disabled for users lacking the unfiltered_html capability. 99 * Only providers in this array will be used for those users. 96 * Filter the list of whitelisted oEmbed providers. 97 * 98 * Since WordPress 4.4, oEmbed discovery is enabled for all users and allows embedding of sanitized 99 * iframes. The providers in this list are whitelisted, meaning they are trusted and allowed to 100 * embed any content, such as iframes, videos, JavaScript, and arbitrary HTML. 100 101 * 101 102 * Supported providers:
Note: See TracChangeset
for help on using the changeset viewer.