Filesize column
-
This is a really handy plugin, thanks!
I’m not sure if this is helpful to anyone else, but I added a file size column to the existing options.case 'size':
$data[$data_type][$counter] .= size_format(filesize(get_attached_file(get_the_ID()))). $line_break;
break;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.