PCLZIP_TEMPORARY_DIR
The WordPress Core PCLZIP TEMPORARY DIR constant.
Usage
if ( defined( 'PCLZIP_TEMPORARY_DIR' ) ) { // grab the value $value = constant( 'PCLZIP_TEMPORARY_DIR' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-admin/includes/class-pclzip.php
- define( 'PCLZIP_TEMPORARY_DIR', '' );