Tag: WordPress
-
WordPress: Underscore And Lodash Conflict
In one of the projects that I’m working on, I recently encountered a conflict between Underscore library used within WordPress and the Lodash library used with the Theme I was working on. I knew from the console errors that the conflict arises because both use _. syntax. I knew that I must use _.noConflict() but…
-
WordPress: The server cannot process the image — How To Fix?
Changing the `upload_max_filesize` in your `php.ini` will help solve this issue.