0.3.1
Changelog
- Enqueues can be disabled with the following constants:
// Disable the script enqueue
if ( ! defined( 'DPC_NO_SCRIPTS' ) ) {
define( 'DPC_NO_SCRIPTS', true );
}
if ( defined( 'DPC_NO_STYLES' ) ) {
define( 'DPC_NO_STYLES', true );
}