Make WordPress Core

Ticket #55860: 55860.diff

File 55860.diff, 1.1 KB (added by peterwilsoncc, 2 years ago)
  • src/wp-includes/class-wp-oembed.php

    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 { 
    104104                        '#https?://(www\.)?tiktok\.com/.*/video/.*#i'  => array( 'https://www.tiktok.com/oembed', true ),
    105105                        '#https?://([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?/.*#i' => array( 'https://www.pinterest.com/oembed.json', true ),
    106106                        '#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 ),
    107108                );
    108109
    109110                if ( ! empty( self::$early_providers['add'] ) ) {
    class WP_oEmbed { 
    181182                 * | TikTok       | tiktok.com                                | 5.4.0   |
    182183                 * | Pinterest    | pinterest.com                             | 5.9.0   |
    183184                 * | WolframCloud | wolframcloud.com                          | 5.9.0   |
     185                 * | Pocket Casts | pocketcasts.com                           | 6.1.0   |
    184186                 *
    185187                 * No longer supported providers:
    186188                 *