Description
Filters the returned, maybe-linked embed URL.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-embed.php | 493 |
Parameters
Type | Name | Description |
---|---|---|
string | $output | The linked or original URL. |
string | $url | The original URL. |
PHP Doc
/**
* Filters the returned, maybe-linked embed URL.
*
* @since 2.9.0
*
* @param string $output The linked or original URL.
* @param string $url The original URL.
*/