apply_filters( ‘the_excerpt_embed’, string $output )

In this article

Filters the post excerpt for the embed template.

Parameters

$outputstring
The current post excerpt.

Source

echo apply_filters( 'the_excerpt_embed', $output );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.