PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/embed.php +5 -4 4.1.53.27.4 View file →
@@ -226,10 +226,10 @@
226 226 /**
227 227 * Get oembed data from the cache.
228 228 * if not exists in the cache it will fetch from provider and then save to the cache.
229 229 *
230 - * @param string $oembed_url
231 - * @param string $cached_post_id
230 + * @param $oembed_url
231 + * @param $cached_post_id
232 232 *
233 233 * @return array|null
234 234 */
235 235 public static function get_oembed_data( $oembed_url, $cached_post_id ) {
@@ -257,9 +257,10 @@
257 257
258 258 /**
259 259 * Fetch oembed data from oembed provider.
260 260 *
261 - * @param string $oembed_url
261 + * @param $oembed_url
262 + *
262 263 * @return array|null
263 264 */
264 265 public static function fetch_oembed_data( $oembed_url ) {
265 266 $oembed_data = _wp_oembed_get_object()->get_data( $oembed_url );
@@ -274,9 +275,9 @@
274 275 ];
275 276 }
276 277
277 278 /**
278 - * @param string $oembed_url
279 + * @param $oembed_url
279 280 * @param null|string|int $cached_post_id
280 281 *
281 282 * @return string|null
282 283 */