Combining a WordPress plugin into one file to debug or analyse with AI

convert wp plugin to one file

If you’ve ever tried using an AI tool to help debug or analyse a WordPress plugin, you may have run into a challenge: AI platforms often require a single file input, while your plugin is made up of multiple PHP, JavaScript, and other files. Luckily, there’s a simple way to combine your plugin into a …

Read More

Get on top of code comments with Todo Tree for VS Code

todo tree code comments

Do you use VS Code and add comments, such as TODO, FIXME, BUG, etc? Then there’s a neat extension available, which you can use to show a tree view of these types of comments. What is Todo Tree? The Todo Tree extension for Visual Studio Code (VS Code) gives developers visibility over comments added within …

Read More

Use Query Monitor to profile running time and memory usage of WordPress code

query monitor timings panel

Query Monitor is a WordPress plugin that includes several debugging tools, including a profiling feature that you can use to investigate running time and memory usage of specific code, find out more below. What is Query Monitor? As you’ve come across this blog post, you probably already know what Query Monitor is, skip this if …

Read More