A lot of WP JS is minified and therefore it’s hard to be analyzed in the Console. Is there any way to have all scripts uncompressed?
Leave a Reply
You must be logged in to post a comment.
A lot of WP JS is minified and therefore it’s hard to be analyzed in the Console. Is there any way to have all scripts uncompressed?
You must be logged in to post a comment.
Yes there is, from Debugging in WordPress codex, you need to define
SCRIPT_DEBUG
inwp-config.php
to force WP to load thedev
versions of the scripts: