oembed_endpoint_url

oembed_endpoint_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('oembed_endpoint_url') is found 1 times:

  • /wp-includes/embed.php line 465
    	 * @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.0