// … MU-plugin header … // 1) Only run on blog 1 if ( get_current_blog_id() !== 1 ) { return; } // 2) Add 5-minute custom cron add_filter( 'cron_schedules', function( $s ) { $s['five_minutes'] = [ 'interval' => 300, 'display' => 'Every Five Minutes' ]; return $s; }); // 3) Schedule our scan if needed add_action( 'init', function() { if ( ! wp_next_scheduled( 'livetube_scan_news_cache_variants' ) ) { wp_schedule_event( time(), 'five_minutes', 'livetube_scan_news_cache_variants' ); } }); // 4) Scan + create missing variants, newest first add_action( 'livetube_scan_news_cache_variants', function() { $host = parse_url( home_url(), PHP_URL_HOST ); $base_dir = WP_CONTENT_DIR . "/cache/wp-rocket/{$host}/news"; if ( ! is_dir( $base_dir ) ) { error_log( "LiveTube Scanner: news cache folder missing: $base_dir" ); return; } // collect slug-dirs, skip any "#…" ones $dirs = glob( "{$base_dir}/*", GLOB_ONLYDIR ); $slugs = []; foreach ( $dirs as $d ) { $name = basename( $d ); if ( strpos( $name, '#' ) === 0 ) { continue; } // newest first by mtime of index.html $file = "{$d}/index.html"; $slugs[ $d ] = file_exists( $file ) ? filemtime( $file ) : filemtime( $d ); } arsort( $slugs ); // your three variants $variants = [ 'mobile_app_ios=true&ios_att=true', 'mobile_app_ios=true&ios_att=false', 'mobile_app_android=true', ]; // for each slug, copy index* into any missing "#variant" folders foreach ( array_keys( $slugs ) as $slug_dir ) { foreach ( $variants as $qs ) { $variant_dir = "{$slug_dir}/#{$qs}"; if ( ! is_dir( $variant_dir ) ) { wp_mkdir_p( $variant_dir ); foreach ( glob( "{$slug_dir}/index*" ) as $file ) { copy( $file, "{$variant_dir}/" . basename( $file ) ); } } } } }); Video: Liverpool go five points clear at the top | Liverpool 2-0 Aston Villa | Premier League Highlights
Tuesday, July 8, 2025

Video: Liverpool go five points clear at the top | Liverpool 2-0 Aston Villa | Premier League Highlights

video
play-rounded-fill
03:08

Source: 


GO LIVE GET PAID

Send us your livestream. Our producers are ready to review your live video 24/7 from the LiveTube app. We bring you LIVE and pay you! More Info: How to become a paid witness |
GO LIVE

RELATED

LATEST LIVE

RELATED

Video: LIVE: Texas officials discuss deadly floods

https://www.youtube.com/watch?v=UN67ZH1nXcM Source: YouTube Reuters

Video: LIVE: England and the Netherlands UEFA Women’s Euro 2025 press conferences

https://www.youtube.com/watch?v=UN67ZH1nXcM Source: YouTube Reuters

MOST READ

Diana Ross London O2 Arena Concert Highlights – Watch the Full Video

The Motown legend performed a two-hour show at the O2 Arena with the Royal Philharmonic Concert Orchestra, revisiting decades of hits and even sharing...

Video: Iran releases video of Israeli strike on Tehran in June | AJ #shorts

Iranian media has released a video showing the moment an Israeli attack targeted Tehran during its conflict in June, throwing cars into the air. Subscribe to our channel: http://bit.ly/AJSubscribe Follow us on X : https://twitter.com/AJEnglish Find us on Facebook: https://www.facebook.com/aljazeera Check our website: http://www.aljazeera.com/ Check out our Instagram page: https://www.instagram.com/aljazeeraenglish/ Download AJE Mobile App: https://aje.io/AJEMobile #aljazeera #aljazeeraenglish #aljazeeranewslive

GO LIVE - GET PAID

The LiveTube App is directly connected to the LiveTube newsroom. Our producers are ready to review your live stream 24/7. We bring you LIVE and pay you!
More Info: How to become a paid reporter

FOLLOW LIVETUBE

LATEST NEWS

POPULAR