embed_head WordPress Action Hook
The embed_head hook allows you to modify the
tag of an embedded post. This can be used to add custom CSS or JavaScript to an embedded post, or to override the default stylesheet.do_action( 'embed_head' ) #
Prints scripts or data in the embed template head tag.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |