On this page
apply_filters( 'embed_maybe_make_link', string $output, string $url )
Filters the returned, maybe-linked embed URL.
Parameters
$outputstring-
The linked or original URL.
$urlstring-
The original URL.
Source
File: wp-includes/class-wp-embed.php. View all references
return apply_filters( 'embed_maybe_make_link', $output, $url );
Related
Used By
| Used By | Description |
|---|---|
| WP_Embed::maybe_make_link() wp-includes/class-wp-embed.php | Conditionally makes a hyperlink based on an internal class variable. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/embed_maybe_make_link