#37752 closed enhancement (fixed)
Detail docs for embed_html, embed_content and embed_content_meta
| Reported by: | matthieuscarset | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Embeds | Version: | 4.4 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
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)
This ticket was mentioned in Slack in #docs by morganestes. View the logs.
10 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Change description of $output for clarification.