Disable all oembed_providers except Twitter
-
I need to block/disable all embeds on WordPress except Twitter, in both the backend and frontend.
How to best do this?
There is a question similar to this on Stackoverflow from nearly 4.5 years ago (https://stackoverflow.com/questions/19466374/), but unfortunately I couldn’t get the code in any of the answers to work, and I imagine WordPress core has likely changed significantly during this time.
I see one could use
wp_oembed_remove_provider()
to remove individual providers, but as WordPress changes providers between updates, this seems untenable to keep them all blocked, except Twitter.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Disable all oembed_providers except Twitter’ is closed to new replies.