How to Debug WordPress Beyond the Basics • WPShout
Debugging WordPress starts with WP_DEBUG, but can go far beyond that. In this article, we will: See how to write debug messages to a log file and where
Automation for the Laziest WordPress Developer: Git Hooks Examples - SpinupWP
What do Git Hooks do and how do they work? We go over that, getting your first Git Hook set up & conditional branch detection with git hooks in this post.
PHP Namespaces for WordPress - a No Nonsense Guide
PHP namespaces are easy to use and make coding faster & easier. They work like a folder structure. Learn how to use them in WordPress plugins & themes.
How to Force Reload any Cached CSS File (Local, Remote, or on a CDN)
Learn a simple trick how to force reload all cached CSS files on a page. Development or production environment - it works everywhere & has no dependancies.
How to setup linting and coding standards compliance for WordPress - Create and Code
Fancy making a quantum leap forward with the quality of your WordPress Code? If so, you’ve come to the right place 🙂 Today we’re going to walk you through the exact steps to take setup all sorts of wonderful tools to improve your PHP, Javascript and CSS for WordPress projects. Specifically, we’re going to go […]
Installing ImageMagick is really pain on other systems. However, it is trivial with Laragon if you follow these below steps (works with both Apache & Nginx): Download links: PHP Extension (PECL): https://pecl.php.net/package/imagick/3.4.3/windows Imagick...
Code Review Part 1: Fixing Design Flaw with the "Return Early" Strategy
While reading Josh Pollock’s first article in his Advanced OOP for WordPress series, I noticed opportunities to improve his code’s quality and performance. So I reached out to him. As a fellow educator, he suggested that I do a code review and then publish my insights in a series of articles here on Torque as …
If I want to see all the third-party requests included with a webpage, I have a few options (that I know of): Look at the code in the and before the tags Use a browser extension like Ghostery to see what’s being served Utilize services like Calibre or SpeedCurve for in-depth analysis Inspect the page—use developer tools (network & sources panel)
How to Create a WP-CLI Connection to WordPress Posted by Bhagwad Park on Nov 9, 2016 | No Comments
Here's how to make a WP-CLI connection to WordPress by logging into the remote server via SSH. From there, you can perform all your daily routine tasks.
Installing Imagick is really pain on other systems. However, it is trivial with Laragon if you follow these below steps (works with both Apache & Nginx): Download links: PHP Extension (PECL): https://pecl.php.net/package/imagick/3.4.3RC1/windows Imagick ...
Automatically Add Browser Vendor Prefixes to your CSS style sheet with Gulp | WP Beaches
You can automatically add browser vendor prefixes to your CSS style sheet using a Gulp workflow and an AutoPrefixer package, this can be a huge time save and safety net to use newer CSS properties lik...