We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// $new_name = 'pwa-'.$new_name.'.jpeg'; // $dir = $this->set_screenshots_dir_path(); // ! // $new_file = $dir.'/'.$new_name; // already cached ? // DISABLED, // because it's nothing saved // to pick up here // if ( // file_exists($new_file) // && // file not older than 7 days // ! ( time() - filemtime($new_file) > 7 * 24 * 3600 ) // file not older than 60 seconds // DEBUG // ! ( time() - filemtime($new_file) > 60 ) // ) // return $this->set_screenshots_dir_url() . $new_name; //!
Old stuff of
ft-performance/inc/pwa/namespace.php
Line 307 in dc0977c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Old stuff of
ft-performance/inc/pwa/namespace.php
Line 307 in dc0977c
The text was updated successfully, but these errors were encountered: