Make WordPress Core

Changeset 53744

Timestamp:
07/21/2022 04:23:57 AM (2 years ago)
Author:
peterwilsoncc
Message:

Embeds: Add Pocket Casts as a trusted oEmbed provider.

Props mattwondra, peterwilsoncc, pento, audrasjb.
Fixes #55860.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed.php

    r53646 r53744  
    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
    107108        );
    108109
     
    182183         * | Pinterest    | pinterest.com                             | 5.9.0   |
    183184         * | WolframCloud | wolframcloud.com                          | 5.9.0   |
     185
    184186         *
    185187         * No longer supported providers:
Note: See TracChangeset for help on using the changeset viewer.