WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about embed_defaults

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 91 /**
* Filters the default array of embed dimensions.
*
* @since 2.9.0
*
* @param int[] $size {
* Indexed array of the embed width and height in pixels.
*
* @type int $0 The embed width.
* @type int $1 The embed height.
* }
* @param string $url The URL that should be embedded.
*/

Hook Parameters

Parameter Type Name Description
int[] $siz e {
string $url The URL that should be embedded.