How do I get the size of an attachment file?

As far as I know, WordPress has nothing built in for this, I would just do:

filesize( get_attached_file( $attachment->ID ) );

Leave a Comment