WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about embed_maybe_make_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-embed.php apply_filters 491 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $output The linked or original URL.
string $url The original URL.