Question about 'oembed_dataparse'
-
Hello Pascal and thank you for this plugin.
I noticed that the following exists in the source code:
remove_filter( 'oembed_dataparse', 'wp_filter_oembed_result', 10 );
Is
wp_filter_oembed_result
specific to the functionality as an oEmbed provider or does it also affect embedding other media from external services?From what I read about wp_filter_oembed_result:
Filters the given oEmbed HTML.
If the $url isn’t on the trusted providers list, we need to filter the HTML heavily for security.
Only filters ‘rich’ and ‘html’ response types.
It’s not very clear whether it affects the provider or client functionality.
Would giving the removal of this filter a second thought be a good idea or am I missing anything here?
Thanks in advance!
George
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Question about 'oembed_dataparse'’ is closed to new replies.