dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/plugins/wp-smushit/core/class-format-utils.php
Back
<?php namespace Smush\Core; class Format_Utils { public function convert_to_megabytes( $size_in_bytes ) { if ( empty( $size_in_bytes ) ) { return 0; } $unit_mb = pow( 1024, 2 ); return round( $size_in_bytes / $unit_mb, 2 ); } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 8.2.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings