apply_filters( 'the_excerpt_embed', string $output )

Filters the post excerpt for the embed template.


Parameters

$output string
The current post excerpt.

Top ↑

Source

File: wp-includes/embed.php. View all references

echo apply_filters( 'the_excerpt_embed', $output );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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