When you’re working on a custom and complex solution using WooCommerce, there is a chance you’ll have to create your own custom WooCommerce product type. In this tutorial, we will learn how to do that.
Read MoreWP Reset – Helpful Development Tool
When developing solutions such as themes, plugins or a custom solution, the database tends to get bigger and also with the defaults already saved. When adding new and complex features, to test them, databases should be empty.
Read MoreInstalling PHP 7.2+ on Mojave 10.14.4
I’ve tried updating my PHP to 7.2 or up on my local Apache server. It did not work at first. I would pause this if I did not work on a project that required the newer PHP Unit. The newer one requires PHP 7.2 or up. These is a short tutorial that will show you how I successfully updated my PHP to 7.2.9.
Read MoreGetting better as a WordPress Developer
When you’re a developer working with any kind of software, you are striving to get better with years. Well, at least, that’s something I think we all as people are always trying to do (get better in any skill with practice).
Read MoreGutenberg Components: Form Token Field (Tags Field)
The Form Token Field Gutenberg Component is used for creating an input field from which you get a list of suggestions (autocomplete) from which you select values. This is also used in the Tags field when you’re writing a post (or any similar taxonomy).
Read More