Forums

file size display (2 posts)

  1. philhxc
    Member
    Posted 2 years ago #

    hello, is there any way to display the file size of an attachment on wordpress? for example

    Download! (2,65mb)

  2. helenov
    Member
    Posted 1 year ago #

    I just managed doing it this way:

    $src = get_attached_file( $attach->ID );
    $size = filesize( $src );

    I hope it can still help you!

    []s
    Heleno

Topic Closed

This topic has been closed to new replies.

About this Topic