IMG_JPG
The WordPress Core IMG JPG constant.
Value (unknown)
IMAGETYPE_JPEG
Usage
if ( defined( 'IMG_JPG' ) ) { // grab the value $value = constant( 'IMG_JPG' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/getid3.php
- define('IMG_JPG', IMAGETYPE_JPEG);