embed_content_meta WordPress Action Hook
The embed_content_meta hook is used to add custom fields to the post embed output. This allows you to add additional data to your post embeds, such as author information, post thumbnail, and more.
do_action( 'embed_content_meta' ) #
Prints additional meta content in the embed template.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |