embed_maybe_make_link, $output, $url
embed_maybe_make_link, $output, $url
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('embed_maybe_make_link, $output, $url') is found 1 times:
- /wp-includes/class-wp-embed.php line 493
* * @param string $output The linked or original URL. * @param string $url The original URL. */ return apply_filters( 'embed_maybe_make_link', $output, $url ); } /** * Finds the oEmbed cache post ID for a given cache key. * * @since 4.9.0