Skip to content

0.3.1

Choose a tag to compare

@villesiltala villesiltala released this 06 Mar 11:56
· 86 commits to master since this release

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 );
}