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.


Top ↑

Source

File: wp-includes/embed.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.