apply_filters( 'the_excerpt_embed', string $output )
Filters the post excerpt for the embed template.
Description Description
Parameters Parameters
- $output
-
(string) The current post excerpt.
Source Source
File: wp-includes/embed.php
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |