-
WooCommerce Term Meta Is Deprecated, Use This Instead.

You should stop using woocommerce_term_meta by now, because it is deprecated. Use this function instead which is running on the WordPress Core, meaning it is suitable almost forever!
-
How to Install WordPress Code Standards using Composer on Mac

WordPress Coding Standards are significant if you want to become a professional WordPress developer or a PHP developer. Here is how to install it on your Mac.
-
How to Install PHPCS using Composer Globally on Mac

PHP Code Sniffer can be a problem to install on Mac through Composer. You need to remove the PHP from Mac, and use Homebrew, here is how to do it.
-
Woocommerce Checkout – Remove Validations That Are Still Appearing

At times you have to realise that you must not assume an action hook’s name to be part of a particular plugin, but rather to look twice at the issue, and focus on the fundamentals.
-
Using get_template_part() for WordPress 5.5 and above

You can now pass an array within the function arguments of `get_template_part()` meaning that you can pass data into the specified template. This can be as simple as a string variable, or as complicated as data can be (array of values, etc.)!
-
Ultimate Coding Tips to Your Landing Pages

It is so easy to go overboard in your HTML, CSS, and JS implementations. Organise your code first! Here are the ultimate techniques in organising HTML, CSS, JS for scalability, reuseability, and maintainability.