wpdm_package_size
1 min read
Updated Jan 26, 2026
Description:
Calculate the total size of a package.
Usage:
<?php wpdm_package_size($id); ?>
Return Value:
Return the total size of the specified package.
Example:
To get the size of a package with ID 1
<?php $package_size = wpdm_package_size($id); ?>