gebeer
Forum Replies Created
-
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Database exceeding 5gbHaving the same problem on a multisite install. Quiz data tables are around 20GB. How to delete data from the admin dashboard?
Forum: Plugins
In reply to: [WP Hide Post] I want to Adopt this pluginHi, did you get an answer from the developer, yet? There are some errors that would need some attention.
@ivanp Thank you for thhat hint. After updating the plugin settings to read
iframe=1&card=1I get consistent behaviour.Thank you for the quick reply. We will wait for the next update then.
CheersSolved by removing filter ‘oembed_providers’ before executing wp_oembed_get($url)
remove_filter('oembed_providers', 'maybe_reverse_oembed_providers'); $embedCode = wp_oembed_get($url); // var_dump($embedCode); add_filter('oembed_providers', 'maybe_reverse_oembed_providers');Hi @drawmyface
Thanks for your reply. I didn’t have the chance to answer until now. Should I open a new thread or can we continue here since this one is marked as resolved but actually the problem persists with Jetpack 9.9.1? We now have a staging site that demonstrates the problem and could share a link to that site.