Sometimes, when I go to save a Snippets plugin code snippet I get an error that reads, "Could not update snippet. Request failed with status code 403." For me, the issue is that WAF blocked my snippet code from saving. Here's how I get my Code Snippet to save.
Tips for newbies to VS Code
As a designer moving into development in VS Code, here are the tips I wish I would have known when I was just getting started.
Tips for using ACF in Gutenberg
This post includes my notes and questions as I started working with ACF in WordPress Gutenberg Block Editor. I've captured them here in the hopes that they will assist you in your knowledge growth and implementation.
Starting a Shopify Store
This article talks about my experience setting up my first few Shopify stores and documents the initial resources I referenced and the techniques I used to accomplish the desired features; I also discuss my favorite features!
Solving the WordPress error: not a valid JSON response
How I solved the Wordpress Error: "Updating failed. The response is not a valid JSON response."
Enable SVG in WordPress Media Library using a function
The WordPress Media Library does not permit uploading SVG file types by default. Trying to upload an SVG file to the WordPress Media Library displays a warning reading, "Sorry, this file type is not permitted for security reasons." To change the functionality of your site and to permit SVG upload, you'll need to update your theme or child theme's function.php with this code.