Andrei
Member since January 2, 2019

As a seasoned WordPress developer with expertise in various tech stacks and languages, I bring years of experience to every project I handle. My passion for coding and dedication to delivering exceptional work ensures that each project I take on is of the highest quality. I specialize in creating custom themes, developing plugins, and building full-scale web systems. By staying up-to-date with the latest industry trends and best practices, I incorporate cutting-edge solutions into my work.

Determine if the site or post editor screen is currently used with PHP

Sometimes we may need to determine if the current block editor is used to edit the full site or a…

Typescript global window data

I often have to get some data from the global window object. And doing so in typescript will end up…

How to log all SQL queries in WordPress

How do you get a complete log of the SQL queries done when a request is made? You could use…

Get the user ID by login in WordPress with a simple function

Recently I needed to get the ID of a user out of a big list. I didn’t want to open…

WordPress, Docker, and WP CLI

As someone who has been using Docker for local development over the past five years, I can confidently say that…

How to get the parent terms of any taxonomy

A post may have many taxonomies and each taxonomy may have also many terms and then each term may have…

Add settings link under plugin name

When creating a custom plugin, you may want to add a custom link to the setting page. That way, the…

Modify CPT arguments after it was registered

When registering a new custom post type it’s easy to pass the arguments to the register_post_type function directly. It can’t…

Best CSS Box Shadow Generator in 2025

Creating multilayer box-shadow using CSS3 has never been simpler! Thanks to Box Shadow Generator, you can now generate, customize and…

Effective URL validation in PHP with regex

URL validation is a hard thing to do. There are so many variations that it is nearly impossible to predict…