apply_filters( 'embed_defaults', array $size, string $url )

Filters the default array of embed dimensions.


Description


Parameters

$size

(array) An array of embed width and height values in pixels (in that order).

$url

(string) The URL that should be embedded.


Top ↑

Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog

Version Description
2.9.0 Introduced.