Andrei
Member since January 2, 2019

Fullstack Web Developer with more than 12 years of experience in web development. Adept in all stages of advanced web development. Knowledgeable in the user interface, backend, testing, and debugging processes. Bringing forth expertise in design, installation, testing, and maintenance of web systems. Working exclusively and professionally with WordPress since 2010.

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…
Date
September 6, 2022
Posted by

Typescript global window data

I often have to get some data from the global window object. And doing so in typescript will end up…
Date
May 17, 2022
Posted by

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…
Date
May 1, 2022
Posted by

How to register block editor categories

The WordPress block editor allows registering categories for custom blocks. So, if you have many custom blocks you may want…
Date
May 1, 2022
Posted by

Check if the current post is using block editor (Gutenberg) or classic editor

WordPress 5+ will use the block editor by default and there is no way to switch to the classic editor…
Date
June 10, 2022
Posted by

Get possible block transforms in Gutenberg block editor

Each Gutenberg block can be transformed into another block type. For example, we can transform a paragraph into a heading…
Date
April 13, 2022
Posted by

Programmatically resize Gutenberg block editor preview

The WordPress block editor allows us, the editors, to resize the view by accessing the “Preview” options from the top-right…
Date
March 13, 2022
Posted by

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