Blog

How to Revert WooCommerce Block Checkout to the Old Checkout page

WooCommerce

How to revert WooCommerce block checkout to classic old shortcode checkout.

Fluent Forms tip: link to page where the form was embeded

Fluent Forms, How to

Learn how to create a clickable link to the page where your Fluent Forms are embedded. Enhance user experience and make it easier for visitors to navigate back to the original page more info than just a form.

The Unintended Consequences of decoding=’async’ on Your WordPress site’s LCP

Snippets, Wordpress

Explore the impact of WordPress’s decoding=”async” image optimization on your site’s LCP score and learn how to fix it.

How to use Code Snippets plugin

How to, Pluginy, Snippets

Add custom code snippets to your WordPress site easily with Code Snippets plugin. No need to modify your theme files. Export/import your snippets too!

Can’t find page templates after 5.8 WordPress update

How to, Snippets

Are the page templates missing from Page Attributes? There might be two reasons: They have moved to it’s own option…

Problem solved: check for has_block() inside reusable blocks

Development, Snippets

Do you check block type with has_block() to conditionally load scripts, styles, or any other custom logic for the block…

How to kill the website when theme is missing or broken

Security, Snippets

A short snippet that will detect if the active theme is the theme you expect. If not or it’s broken, the website will die and your data won’t leak.

Git: pre-push confirmation

Development

Git pre-push hook that will prompt a confirmation y/n question before pushing to remote but origin.

WordCamp Prague 2020

Kybernaut, Wordpress

I picked up the gauntlet and became the main organizer of this year’s 7th Edition WordCamp Prague. I’ll see you there? Tickets are still available!

Add reCaptcha to Restaurant Reservations plugin

Pluginy, Security, Snippets

Snippet for adding reCaptcha to reservation form of Restaurant Reservations plugin.