File size output after link
-
Hi all,
i altered inc/bsk-pdf-manager-category.php to output filesize of each pdf in the listing ; i think it would be great to add it to the plugin ?$file_url = $home_url.'/'.$this->_pdfs_upload_folder.$pdf_item_obj->file_name; $bytes = size_format(filesize($this->_pdfs_upload_folder.$pdf_item_obj->file_name)); $forStr .= '<li><a href="'.$file_url.'" '.$open_target_str.'>'.$pdf_item_obj->title.'</a> '.$bytes.'</li>'."\n";
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘File size output after link’ is closed to new replies.