Texts dedicated mainly to WordPress. Tutorials, snippets, comments and recommendations for plugins. Mostly for developers.
How to revert WooCommerce block checkout to classic old shortcode checkout.
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.
Explore the impact of WordPress’s decoding=”async” image optimization on your site’s LCP score and learn how to fix it.
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!
Check how to re-add the theme support for page templates.
Do you check block type with has_block() to conditionally load scripts, styles, or any other custom logic for the block editor as I do? I’m not sure if you have already noticed, but has_block() doesn’t count with reusable blocks. In the docs, they don’t mention it explicitly: This test optimizes for performance rather than strict accuracy,…
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 hook that will prompt a confirmation y/n question before pushing to remote but origin.
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!
Snippet for adding reCaptcha to reservation form of Restaurant Reservations plugin.