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.
*/