From a640ef281f792ce9a42c221249d3164f060f6c0f Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Fri, 11 Sep 2026 00:10:05 +0530 Subject: [PATCH 1/2] fix: Remove Screencast from supported oEmbed providers Remove Screencast from the list of supported oEmbed providers. Trac ticket: https://core.trac.wordpress.org/ticket/66090 --- src/wp-includes/class-wp-oembed.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php index fa307092d409c..375e89a5d1bfa 100644 --- a/src/wp-includes/class-wp-oembed.php +++ b/src/wp-includes/class-wp-oembed.php @@ -175,7 +175,6 @@ public function __construct() { * | Twitter | twitter.com/user | 4.7.0 | * | Twitter | twitter.com/likes | 4.7.0 | * | Twitter | twitter.com/lists | 4.7.0 | - * | Screencast | screencast.com | 4.8.0 | * | Amazon | amazon.com (com.mx, com.br, ca) | 4.9.0 | * | Amazon | amazon.de (fr, it, es, in, nl, ru, co.uk) | 4.9.0 | * | Amazon | amazon.co.jp (com.au) | 4.9.0 | @@ -218,7 +217,6 @@ public function __construct() { * | Meetup.com | meetup.com | 3.9.0 | 6.0.1 | * | Meetup.com | meetu.ps | 3.9.0 | 6.0.1 | * | SlideShare | slideshare.net | 3.5.0 | 6.6.0 | - * | Screencast | screencast.com | 4.8.0 | 6.8.2 | * * @see wp_oembed_add_provider() * From 0969729ffcf3a65fc78d92fc8fd8a312d475dc76 Mon Sep 17 00:00:00 2001 From: Mahesh Pawar Date: Fri, 11 Sep 2026 12:11:53 +0530 Subject: [PATCH 2/2] Update class-wp-oembed.php Reverted this change. The Screencast line now remains as suggested. --- src/wp-includes/class-wp-oembed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php index 375e89a5d1bfa..9d55a7adb1d05 100644 --- a/src/wp-includes/class-wp-oembed.php +++ b/src/wp-includes/class-wp-oembed.php @@ -217,6 +217,7 @@ public function __construct() { * | Meetup.com | meetup.com | 3.9.0 | 6.0.1 | * | Meetup.com | meetu.ps | 3.9.0 | 6.0.1 | * | SlideShare | slideshare.net | 3.5.0 | 6.6.0 | + * | Screencast | screencast.com | 4.8.0 | 6.8.2 | * * @see wp_oembed_add_provider() *