Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: oembed_endpoint_url

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
404      /**
405       * Filters the oEmbed endpoint URL.
406       *
407       * @since 4.4.0
408       *
409       * @param string $url       The URL to the oEmbed endpoint.
410       * @param string $permalink The permalink used for the `url` query arg.
411       * @param string $format    The requested response format.
412       */
413      return apply_filters( 'oembed_endpoint_url', $url, $permalink, $format );
414 }
415
416 /**
417  * Retrieves the embed code for a specific post.
418  *
419  * @since 4.4.0
420  *
421  * @param int         $width  The width for the response.
422  * @param int         $height The height for the response.