Filters the oEmbed endpoint URL.
$urlstring$permalinkstring$formatstringwp-includes/embed.php:477get_oembed_endpoint_url() * @since 4.4.0 * * @param string $url The URL to the oEmbed endpoint. * @param string $permalink The permalink used for the `url` query arg. * @param string $format The requested response format. */ return apply_filters( 'oembed_endpoint_url', $url, $permalink, $format );} /** * Retrieves the embed code for a specific post. * * @since 4.4.0Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.