PCLZIP_ERR_BAD_FORMAT
The WordPress Core PCLZIP ERR BAD FORMAT constant.
Value (int)
-10
Usage
if ( defined( 'PCLZIP_ERR_BAD_FORMAT' ) ) { // grab the value $value = constant( 'PCLZIP_ERR_BAD_FORMAT' ); 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_ERR_BAD_FORMAT', -10 );