embed_maybe_make_link WordPress Filter Hook
The embed_maybe_make_link Wordpress hook is used to filter the content of a post before it is displayed. This hook is used to automatically create links to certain content, such as images or videos.
apply_filters( 'embed_maybe_make_link', string $output , string $url ) #
Filters the returned, maybe-linked embed URL.
Parameters
- $output
(string)The linked or original URL.
- $url
(string)The original URL.
Source
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |