hello, is there any way to display the file size of an attachment on wordpress? for example
Download! (2,65mb)
hello, is there any way to display the file size of an attachment on wordpress? for example
Download! (2,65mb)
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
This topic has been closed to new replies.