Skip to content

Instantly share code, notes, and snippets.

@SErr0r
Created June 20, 2016 15:14
Show Gist options
  • Save SErr0r/37830c75f84fb503f33fecee5fcf20a7 to your computer and use it in GitHub Desktop.
Save SErr0r/37830c75f84fb503f33fecee5fcf20a7 to your computer and use it in GitHub Desktop.
Get attached file size
<?php
filesize( get_attached_file( $attachment->ID ) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment