We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp embed provider list
Describe your use case and the problem you are facing
Hello, I noticed the wp embed provider list only contains default WP providers. It would be great if it listed providers added to WP via plugins through wp_oembed_add_provider on the init hook. I tested a few plugins beyond my own and none when added seem to list their providers. Some I tested; https://en-ca.wordpress.org/plugins/sendtonews-oembed/ https://en-ca.wordpress.org/plugins/jotform-oembed/ https://en-ca.wordpress.org/plugins/github-embed/
wp_oembed_add_provider
init
In addition to that the wp embed fetch <url> won't work for any oembed URLs of these custom providers.
wp embed fetch <url>
Describe the solution you'd like
I would love the wp embed functions to cover custom oembed providers installed via plugins to the users WordPress install.
wp embed
Thank you
The text was updated successfully, but these errors were encountered:
Sounds good 👍 Feel free to submit a pull request, if you'd like. Here is some guidance on our pull request best practices.
Sorry, something went wrong.
No branches or pull requests
Feature Request
Describe your use case and the problem you are facing
Hello,
I noticed the
wp embed provider list
only contains default WP providers. It would be great if it listed providers added to WP via plugins throughwp_oembed_add_provider
on theinit
hook. I tested a few plugins beyond my own and none when added seem to list their providers. Some I tested;https://en-ca.wordpress.org/plugins/sendtonews-oembed/
https://en-ca.wordpress.org/plugins/jotform-oembed/
https://en-ca.wordpress.org/plugins/github-embed/
In addition to that the
wp embed fetch <url>
won't work for any oembed URLs of these custom providers.Describe the solution you'd like
I would love the
wp embed
functions to cover custom oembed providers installed via plugins to the users WordPress install.Thank you
The text was updated successfully, but these errors were encountered: