oembed_endpoint_url

oembed_endpoint_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('oembed_endpoint_url') is found 1 times:

  • /wp-includes/embed.php line 465
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
         * @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