GETID3_MP3_VALID_CHECK_FRAMES
The WordPress Core GETID3 MP3 VALID CHECK FRAMES constant.
Value (int)
35
Usage
if ( defined( 'GETID3_MP3_VALID_CHECK_FRAMES' ) ) { // grab the value $value = constant( 'GETID3_MP3_VALID_CHECK_FRAMES' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/module.audio.mp3.php
- define('GETID3_MP3_VALID_CHECK_FRAMES', 35);