#37752 closed enhancement (fixed)
Detail docs for embed_html, embed_content and embed_content_meta
Reported by: | matthieuscarset | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Embeds | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
Description
I was trying to find the right action to customize the output of embed post and I found hard to understand which action I should use and how to use it in my plugin between.
I first found that doc:
https://developer.wordpress.org/reference/hooks/embed_html/
Possible improvement
- Give details about what this filter actually filters (only the <iframe> tag)
- Add links to the others related actions:
https://developer.wordpress.org/reference/hooks/embed_content
https://developer.wordpress.org/reference/hooks/embed_content_meta/
- Add example of how to use each one of these filters
Feel free to ask me further details if needed.
Thanks!
Matt
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Change description of $output for clarification.