You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2018. It is now read-only.
If this plugin eventually makes it into WordPress core, I want it to be a 1:1 copy/paste. This means we should better adhere to the core coding standards.
For example, WordPress has an WP_Embed class. How would WP_oEmbed_Plugin be called?
We now have a WP_oEmbed_Frontend class which outputs the iframe content and filters the oEmbed result. Two things that should be separate IMHO.
Should more methods be normal functions like get_oembed_endpoint_url?