diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php
index 26ca7173d4..36825fc9bc 100644
a
|
b
|
class WP_oEmbed { |
113 | 113 | '#https?://www\.someecards\.com/.+-cards/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
114 | 114 | '#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
115 | 115 | '#https?://some\.ly\/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| 116 | '#https?://(www\.)?tiktok\.com/.*/video/.*#i' => array( 'https://www.tiktok.com/oembed', true ), |
116 | 117 | ); |
117 | 118 | |
118 | 119 | if ( ! empty( self::$early_providers['add'] ) ) { |
… |
… |
class WP_oEmbed { |
195 | 196 | * | Crowdsignal | survey.fm | 5.1.0 | |
196 | 197 | * | Instagram TV | instagram.com | 5.1.0 | |
197 | 198 | * | Instagram TV | instagr.am | 5.1.0 | |
| 199 | * | TikTok | tiktok.com | 5.4.0 | |
198 | 200 | * |
199 | 201 | * No longer supported providers: |
200 | 202 | * |