diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php
index 4226e8163e..7e5d131339 100644
|
a
|
b
|
public function __construct() { |
| 102 | 102 | '#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| 103 | 103 | '#https?://some\.ly\/.+#i' => array( 'https://www.someecards.com/v2/oembed/', true ), |
| 104 | 104 | '#https?://(www\.)?tiktok\.com/.*/video/.*#i' => array( 'https://www.tiktok.com/oembed', true ), |
| | 105 | '#https?://(www\.)?pinterest\.com/pin/\d+#i' => array( 'https://www.pinterest.com/oembed.json', true ), |
| 105 | 106 | ); |
| 106 | 107 | |
| 107 | 108 | if ( ! empty( self::$early_providers['add'] ) ) { |
| … |
… |
public function __construct() { |
| 179 | 180 | * | Someecards | some.ly | 4.9.0 | |
| 180 | 181 | * | Crowdsignal | survey.fm | 5.1.0 | |
| 181 | 182 | * | TikTok | tiktok.com | 5.4.0 | |
| | 183 | * | Pinterest | pinterest.com | 5.9.0 | |
| 182 | 184 | * |
| 183 | 185 | * No longer supported providers: |
| 184 | 186 | * |