Filters the determined post ID.
Parameters
$post_id
int- The post ID.
$url
string- The requested URL.
Source
$post_id = apply_filters( 'oembed_request_post_id', $post_id, $request['url'] );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters the determined post ID.
$post_id
int$url
string$post_id = apply_filters( 'oembed_request_post_id', $post_id, $request['url'] );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.