PCLZIP_SEPARATOR
Define( 'PCLZIP_SEPARATOR', ' ' );.
Value (string)
', '
Usage
if ( defined( 'PCLZIP_SEPARATOR' ) ) { // grab the value $value = constant( 'PCLZIP_SEPARATOR' ); 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_SEPARATOR', ' ' );