oembed_response_data

Advertisement

Summery Summery

Filters the oEmbed response data.

Syntax Syntax

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

Parameters Parameters

$data

The response data.

$post

The post object.

$width

The requested width.

$height

The calculated height.

Source Source

File: wp-includes/embed.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply