I have been using a wonderful web development tool, Tinkerwell, in my workflow to test and refine queries and code while I build out websites. For those not familiar with Tinkerwell, it is an application that allows you to run and test PHP code and immediately see the results. It is like Tinker for Laravel… Continue reading Using Tinkerwell with Local by Flywheel
Month: January 2021
Hiding Advanced Custom Fields in the Admin
This is going to be a quick tip today. There are times when you may want to use an Advanced Custom Field for development but don’t want it to clutter the admin interface. One scenario that I have run into, which I plan on blogging about in the future, is adding a unique ID to… Continue reading Hiding Advanced Custom Fields in the Admin
Using an enqueued file’s modified time to break the browser cache
If you’ve been a web developer for a while you’ve likely uttered the phrase, “Empty your cache,” or “Hold shift and click reload” to a user not seeing some of your newly-published changes. When you tell a client to take a look at some revisions, you want them to see the newest version of the… Continue reading Using an enqueued file’s modified time to break the browser cache