the_excerpt_embed WordPress Filter Hook
The the_excerpt_embed Wordpress hook allows you to embed an excerpt from another post or page into the current post or page. This can be useful if you want to include a summary of another post or page on your site.
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
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |