MB_IN_BYTES
The WordPress Core MB IN BYTES constant.
Value (unknown)
1024 * KB_IN_BYTES
Usage
if ( defined( 'MB_IN_BYTES' ) ) { // grab the value $value = constant( 'MB_IN_BYTES' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/default-constants.php
- define( 'MB_IN_BYTES', 1024 * KB_IN_BYTES );