Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: the_excerpt_embed

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
978      $output = get_the_excerpt();
979
980      /**
981       * Filters the post excerpt for the embed template.
982       *
983       * @since 4.4.0
984       *
985       * @param string $output The current post excerpt.
986       */
987      echo apply_filters( 'the_excerpt_embed', $output );
988 }
989
990 /**
991  * Filters the post excerpt for the embed template.
992  *
993  * Shows players for video and audio attachments.
994  *
995  * @since 4.4.0
996  *