Skip to content

Instantly share code, notes, and snippets.

@moneal
Created March 29, 2014 18:03
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save moneal/9859180 to your computer and use it in GitHub Desktop.
Save moneal/9859180 to your computer and use it in GitHub Desktop.
Disable WordPress script concatenation.
/**
* Disable script concatenation.
* If WordPress's dashboard isn't loading styles from load-styles.php
* add this to wp-config.php to disable concatenation and load styles that
* don't have errors
*/
define( 'CONCATENATE_SCRIPTS', false );
@Nodws
Copy link

Nodws commented Jul 4, 2018

concatenated scripts cause lots of problems! >_<
tnx

@zerosonesfun
Copy link

I agree. Thanks for posting this. WordPress needs to look into this and try to find another way.

@pixelmultiplo
Copy link

It's also perfectly useless with HTTP2. Just another WordPress garbage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment