File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ public function __construct() {
105
105
'#https?://([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?/.*#i ' => array ( 'https://www.pinterest.com/oembed.json ' , true ),
106
106
'#https?://(www\.)?wolframcloud\.com/obj/.+#i ' => array ( 'https://www.wolframcloud.com/oembed ' , true ),
107
107
'#https?://pca\.st/.+#i ' => array ( 'https://pca.st/oembed.json ' , true ),
108
+ '#https?://datastudio\.google\.com/c/u/0/reporting/.+#i ' => array ( 'https://datastudio.google.com/oembed ' , true ),
108
109
);
109
110
110
111
if ( ! empty ( self ::$ early_providers ['add ' ] ) ) {
@@ -183,6 +184,7 @@ public function __construct() {
183
184
* | Pinterest | pinterest.com | 5.9.0 |
184
185
* | WolframCloud | wolframcloud.com | 5.9.0 |
185
186
* | Pocket Casts | pocketcasts.com | 6.1.0 |
187
+ * | Data Studio | datastudio.google.com | 6.1.0 |
186
188
*
187
189
* No longer supported providers:
188
190
*
You can’t perform that action at this time.
0 commit comments