apply_filters( 'embed_defaults', array $size , string $url )
Filters the default array of embed dimensions.
Description Description
Parameters Parameters
- $size
-
(array) An array of embed width and height values in pixels (in that order).
- $url
-
(string) The URL that should be embedded.
Source Source
File: wp-includes/embed.php
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |