apply_filters( 'oembed_response_data', array $data, WP_Post $post, int $width, int $height )

Filters the oEmbed response data.


Description Description


Parameters Parameters

$data

(array) The response data.

$post

(WP_Post) The post object.

$width

(int) The requested width.

$height

(int) The calculated height.


Top ↑

Source Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.