Changeset 55242 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 02/07/2023 02:54:06 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r55182 r55242 55 55 '#https?://((m|www)\.)?youtube\.com/playlist.*#i' => array( 'https://www.youtube.com/oembed', true ), 56 56 '#https?://((m|www)\.)?youtube\.com/shorts/*#i' => array( 'https://www.youtube.com/oembed', true ), 57 '#https?://((m|www)\.)?youtube\.com/live/*#i' => array( 'https://www.youtube.com/oembed', true ), 57 58 '#https?://youtu\.be/.*#i' => array( 'https://www.youtube.com/oembed', true ), 58 59 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'https://vimeo.com/api/oembed.{format}', true ),
Note: See TracChangeset
for help on using the changeset viewer.