ARRAY_N
The WordPress Core ARRAY N constant.
Value (string)
'ARRAY_N'
Usage
if ( defined( 'ARRAY_N' ) ) { // grab the value $value = constant( 'ARRAY_N' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/wp-db.php
- define( 'ARRAY_N', 'ARRAY_N' );