-
Must Know About isNaN (Not a Number Conditional)

There is a big yet subtle difference between Number prototype isNaN and the de-facto isNaN…
-
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.
-
How to SSH into cPanel within VS Code for Mac

Take advantage of VS Code’s feature for Remote SSH with cPanel on Mac now, make staging sites local again!
-
Redirect Subdirectory From Old Domain to New Domain Root for WordPress

Find out how to redirect the subdirectory from the old domain onto the new domain as root, for WordPress.
