Hi, i enable wp debug and appears this warning in my admin wordpress panel:
Notice: Undefined index: oembedcache in /htdocs/wp-content/plugins/youtube-speedload/ytsl-admin-options.php on line 53
line 53 have this:
if($_POST[ ‘oembedcache’ ]==’on’){
global $wpdb;
$wpdb->query(“DELETE FROM $wpdb->postmeta WHERE meta_key LIKE ‘%_oembed_%'”);
}
Undefined offset: 0 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 42
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 94
Undefined variable: i in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 114
Undefined offset: 1 in /htdocs/wp-content/plugins/youtube-speedload/youtube-speedload.php on line 131
etc.
With the latest version the same warnings
Failed to load resource: the server responded with a status of 404 ()
for https://img.youtube.com/vi//default.jpg
And Mixed Content: The page at ‘https://getmovil.com/aplicaciones/instalar-google-play-store-android/’ was loaded over HTTPS, but requested an insecure image ‘https://img.youtube.com/vi//default.jpg’. This content should also be served over HTTPS.
Thanks for you support.