// Flush W3TC Cache function ql_flush_w3tc_cache() { $w3_plugin_totalcache->flush_all(); } // Schedule Cache Clearing Process function ql_flush_cache_event() { if ( ! wp_next_scheduled( 'ql_flush_cache_event' ) ) { wp_schedule_event( current_time( 'timestamp' ), 'daily', 'ql_flush_w3tc_cache' ); } } add_action( 'wp', 'ql_flush_cache_event' ); The file /www/wwwroot/phimhaymoii.com/wp-content/themes/halimmovies/functions.php is corrupted.