Filter hook 'oembed_request_post_id'

in WP Core File wp-includes/class-wp-oembed-controller.php at line 130

Description

Filters the determined post ID.

Occurrences

Filename Line Number
wp-includes/class-wp-oembed-controller.php 130
wp-includes/embed.php 668

Parameters

Type Name Description
int $post_id The post ID.
string $url The requested URL.

PHP Doc

/**
		 * Filters the determined post ID.
		 *
		 * @since 4.4.0
		 *
		 * @param int    $post_id The post ID.
		 * @param string $url     The requested URL.
		 */