WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_excerpt_embed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 1017 /**
* Filters the post excerpt for the embed template.
*
* @since 4.4.0
*
* @param string $output The current post excerpt.
*/

Hook Parameters

Parameter Type Name Description
string $output The current post excerpt.