GETID3_FLV_TAG_VIDEO
The WordPress Core GETID3 FLV TAG VIDEO constant.
Value (int)
9
Usage
if ( defined( 'GETID3_FLV_TAG_VIDEO' ) ) { // grab the value $value = constant( 'GETID3_FLV_TAG_VIDEO' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/module.audio-video.flv.php
- define('GETID3_FLV_TAG_VIDEO', 9);