Created
March 29, 2014 18:03
-
-
Save moneal/9859180 to your computer and use it in GitHub Desktop.
Disable WordPress script concatenation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's also perfectly useless with HTTP2. Just another WordPress garbage.