Category: Software
-
Allow JSON Uploads to WordPress Media Library
Recently I was working on a project that required the addition of allowing JSON uploads in the media library. While I knew there was a filter for this, it did take some digging to understand why JSON uploads were treated as text/plain (and should be marked as such). Here’s the example, and hope it helps.
-
Fix Composer Process Timeout Issues
Recently I started contributing to an Open Source WordPress plugin and unfortunately I kept hitting a wall with the process timeout caused when installing Composer dependencies. After some research, I found several ways to by-pass this timeout, one of which was decided to implement in the package. Recommended The recommended way of disabling the Composer […]