generate_css(); } $subpath = '/hurrytimer/css/' . $version . '.css'; $css_path = $uploads_dir . $subpath; // Ensure the file exists, otherwise generate it. if( ! file_exists( $css_path ) ){ $css_path = $this->generate_css(); } return set_url_scheme( $uploads['baseurl'] . $subpath); } }