embed_footer WordPress Action Hook
The embed_footer hook allows you to add content to the bottom of an embedded post. This is useful if you want to add attribution or other information about the post.
do_action( 'embed_footer' ) #
Prints scripts or data before the closing body tag in the embed template.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |