Summery Summery
Displays the post excerpt for the embed template.
Syntax Syntax
Description Description
Intended to be used in ‘The Loop’.
Source Source
File: wp-includes/embed.php
return ' … ' . $link;
}
/**
* Displays the post excerpt for the embed template.
*
* Intended to be used in 'The Loop'.
*
* @since 4.4.0
*/
function the_excerpt_embed() {
$output = get_the_excerpt();
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |