Filter hook 'embed_maybe_make_link'

in WP Core File wp-includes/class-wp-embed.php at line 493

Description

Filters the returned, maybe-linked embed URL.

Occurrences

Filename Line Number
wp-includes/class-wp-embed.php 493

Parameters

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

PHP Doc

/**
		 * 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.
		 */