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 undertake. My passion for coding and dedication to delivering exceptional work ensures that every project I undertake 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 am able to incorporate cutting-edge solutions into my work.

Change the EOL between CRLF, LF, and CR.

The end of the line is a symbol, which breaks the text lines into new rows. Many computer users don’t…
Date
January 15, 2022
Posted by

register_post_meta is not Saving the Value in WordPress Block Editor (Gutenberg)

What to do when the WordPress block editor meta value, created with register_post_meta, is not saving in DB.
Date
January 3, 2022
Posted by

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…
Date
December 17, 2021
Posted by

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…
Date
December 14, 2021
Posted by

How to modify the Gutenberg blocks from post content with PHP

Modify the post content generated by Gutenberg by parsing the blocks with PHP and serializing the modified array back to…
Date
February 6, 2023
Posted by

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…
Date
December 1, 2021
Posted by

Best CSS Box Shadow Generator in 2023

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

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…
Date
December 1, 2021
Posted by

What is ternary operator and how to use it?

The ternary operator is a short replacement for the if and else statement. It allows writing the condition elegantly in…
Date
December 1, 2021
Posted by

Quick fix for jQuery “Uncaught TypeError: $ is not a function” in WordPress

jQuery is an old library used on millions of websites. Likewise, WordPress used and still uses it extensively in plugins…
Date
April 19, 2023
Posted by