diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php
index 321f25c40f..5437b3a4ba 100644
a
|
b
|
class WP_oEmbed { |
104 | 104 | '#https?://(www\.)?tiktok\.com/.*/video/.*#i' => array( 'https://www.tiktok.com/oembed', true ), |
105 | 105 | '#https?://([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?/.*#i' => array( 'https://www.pinterest.com/oembed.json', true ), |
106 | 106 | '#https?://(www\.)?wolframcloud\.com/obj/.+#i' => array( 'https://www.wolframcloud.com/oembed', true ), |
| 107 | '#https?://pca\.st/.+#i' => array( 'https://pca.st/oembed.json', true ), |
107 | 108 | ); |
108 | 109 | |
109 | 110 | if ( ! empty( self::$early_providers['add'] ) ) { |
… |
… |
class WP_oEmbed { |
181 | 182 | * | TikTok | tiktok.com | 5.4.0 | |
182 | 183 | * | Pinterest | pinterest.com | 5.9.0 | |
183 | 184 | * | WolframCloud | wolframcloud.com | 5.9.0 | |
| 185 | * | Pocket Casts | pocketcasts.com | 6.1.0 | |
184 | 186 | * |
185 | 187 | * No longer supported providers: |
186 | 188 | * |