embed_content WordPress Action Hook
This hook is used to filter the content that is embedded in a post. This is useful for making sure that your content is properly formatted for your theme, or for adding extra content to your embedded content.
do_action( 'embed_content' ) #
Prints additional content after the embed excerpt.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |