Changeset 58362 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 06/07/2024 11:13:52 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-oembed.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r58091 r58362 76 76 '#https?://(www\.)?twitter\.com/i/moments/.*#i' => array( 'https://publish.twitter.com/oembed', true ), 77 77 '#https?://(www\.)?soundcloud\.com/.*#i' => array( 'https://soundcloud.com/oembed', true ), 78 '#https?://(.+?\.)?slideshare\.net/.*#i' => array( 'https://www.slideshare.net/api/oembed/2', true ),79 78 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 80 79 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ), … … 149 148 * | YouTube | youtu.be | 3.0.0 | 150 149 * | Twitter | twitter.com | 3.4.0 | 151 * | Slideshare | slideshare.net | 3.5.0 |152 150 * | SoundCloud | soundcloud.com | 3.5.0 | 153 151 * | Dailymotion | dai.ly | 3.6.0 | … … 216 214 * | Meetup.com | meetup.com | 3.9.0 | 6.0.1 | 217 215 * | Meetup.com | meetu.ps | 3.9.0 | 6.0.1 | 216 * | SlideShare | slideshare.net | 3.5.0 | 6.6.0 | 218 217 * 219 218 * @see wp_oembed_add_provider()
Note: See TracChangeset
for help on using the changeset viewer.