Skip to content

Commit

Permalink
Disable wp-admin concatenate scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pacotole committed May 3, 2024
1 parent e83eed3 commit b664413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
Config::define('WP_CACHE', true);
Config::define('WP_CACHE_KEY_SALT', 'example');

// Disable concatenate scripts
Config::define('CONCATENATE_SCRIPTS', false);

// Main Theme (disable Wordpress core themes twenty...)
// Config::define('WP_DEFAULT_THEME', 'my-theme');

Expand Down

0 comments on commit b664413

Please sign in to comment.