Make WordPress Core

Changeset 53540


Ignore:
Timestamp:
06/20/2022 09:46:27 PM (2 years ago)
Author:
audrasjb
Message:

Embeds: Remove Meetup as an oEmbed source since the related endpoint has been deprecated.

This changeset removes Meetup as an oEmbed source, since Meetup.com have deprecated their oEmbed endpoint. The block has already been removed from the editor, see GB#35085.

Props peterwilsoncc, audrasjb, swissspidy.
Fixes #55997.

File:
1 edited

Legend:

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

    r53106 r53540  
    7676            '#https?://(open|play)\.spotify\.com/.*#i'     => array( 'https://embed.spotify.com/oembed/', true ),
    7777            '#https?://(.+\.)?imgur\.com/.*#i'             => array( 'https://api.imgur.com/oembed', true ),
    78             '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i'    => array( 'https://api.meetup.com/oembed', true ),
    7978            '#https?://(www\.)?issuu\.com/.+/docs/.+#i'    => array( 'https://issuu.com/oembed_wp', true ),
    8079            '#https?://(www\.)?mixcloud\.com/.*#i'         => array( 'https://www.mixcloud.com/oembed', true ),
     
    149148         * | Spotify      | spotify.com                               | 3.6.0   |
    150149         * | Imgur        | imgur.com                                 | 3.9.0   |
    151          * | Meetup.com   | meetup.com                                | 3.9.0   |
    152          * | Meetup.com   | meetu.ps                                  | 3.9.0   |
    153150         * | Animoto      | animoto.com                               | 4.0.0   |
    154151         * | Animoto      | video214.com                              | 4.0.0   |
     
    206203         * | Instagram TV | instagr.am           | 5.1.0     | 5.5.2     |
    207204         * | Facebook     | facebook.com         | 4.7.0     | 5.5.2     |
     205         * | Meetup.com   | meetup.com           | 3.9.0     | 6.1.0     |
     206         * | Meetup.com   | meetu.ps             | 3.9.0     | 6.1.0     |
    208207         *
    209208         * @see wp_oembed_add_provider()
Note: See TracChangeset for help on using the changeset viewer.