johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.59k stars 208 forks source link

Feature Request: Debug embed handlers #816

Open MadtownLems opened 11 months ago

MadtownLems commented 11 months ago

I'd love to see a new panel in QM that shows information about embed handlers

https://developer.wordpress.org/reference/functions/wp_embed_register_handler/

What embed handlers have been registered? By which plugins/theme?

What embed handlers were used on the current page? What was the URL that matched? What rule did it match? What was the output?

that kind of stuff.

Thanks for considering!