Filter hook 'the_excerpt_embed'

in WP Core File wp-includes/embed.php at line 1020

Description

Filters the post excerpt for the embed template.

Occurrences

Filename Line Number
wp-includes/embed.php 1020

Parameters

Type Name Description
string $output The current post excerpt.

PHP Doc

/**
	 * Filters the post excerpt for the embed template.
	 *
	 * @since 4.4.0
	 *
	 * @param string $output The current post excerpt.
	 */