apply_filters( ’embed_maybe_make_link’, string $output, string $url )

In this article

Filters the returned, maybe-linked embed URL.

Parameters

$outputstring
The linked or original URL.
$urlstring
The original URL.

Source

return apply_filters( 'embed_maybe_make_link', $output, $url );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.