Title: Filesize column
Last modified: November 19, 2024

---

# Filesize column

 *  Resolved [arcstone](https://wordpress.org/support/users/arcstone/)
 * (@arcstone)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/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.
 *     ```wp-block-code
       case 'size':     $data[$data_type][$counter] .= size_format(filesize(get_attached_file(get_the_ID()))). $line_break;     break;
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Atlas Gondal](https://wordpress.org/support/users/atlas_gondal/)
 * (@atlas_gondal)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/filesize-column/#post-18296736)
 * [@arcstone](https://wordpress.org/support/users/arcstone/) thanks for your suggestion,
   now it is officially part of the plugin! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Filesize column’ is closed to new replies.

 * ![](https://ps.w.org/export-media-urls/assets/icon-256x256.png?rev=2342237)
 * [Export Media URLs](https://wordpress.org/plugins/export-media-urls/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/export-media-urls/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/export-media-urls/)
 * [Active Topics](https://wordpress.org/support/plugin/export-media-urls/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/export-media-urls/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/export-media-urls/reviews/)

## Tags

 * [filesize](https://wordpress.org/support/topic-tag/filesize/)

 * 1 reply
 * 2 participants
 * Last reply from: [Atlas Gondal](https://wordpress.org/support/users/atlas_gondal/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/filesize-column/#post-18296736)
 * Status: resolved