apply_filters( 'the_excerpt_embed', string $output )

Filters the post excerpt for the embed template.


Parameters

$output

(string) The current post excerpt.


Source

File: wp-includes/embed.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 Introduced.