Changeset 53540 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 06/20/2022 09:46:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r53106 r53540 76 76 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 77 77 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ), 78 '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ),79 78 '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'https://issuu.com/oembed_wp', true ), 80 79 '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'https://www.mixcloud.com/oembed', true ), … … 149 148 * | Spotify | spotify.com | 3.6.0 | 150 149 * | Imgur | imgur.com | 3.9.0 | 151 * | Meetup.com | meetup.com | 3.9.0 |152 * | Meetup.com | meetu.ps | 3.9.0 |153 150 * | Animoto | animoto.com | 4.0.0 | 154 151 * | Animoto | video214.com | 4.0.0 | … … 206 203 * | Instagram TV | instagr.am | 5.1.0 | 5.5.2 | 207 204 * | Facebook | facebook.com | 4.7.0 | 5.5.2 | 205 * | Meetup.com | meetup.com | 3.9.0 | 6.1.0 | 206 * | Meetup.com | meetu.ps | 3.9.0 | 6.1.0 | 208 207 * 209 208 * @see wp_oembed_add_provider()
Note: See TracChangeset
for help on using the changeset viewer.