Blog 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. Remarketing and Marketing plugin for WooCommerce Kybernaut, Pluginy The brand new & my WooCommerce plugin is here, after a year of development. The new WooCommerce plugin brings marketing automation a step closer to your everyday regular small business entrepreneur. WooCommerce: Number of orders per page in My Account – Orders Snippets, WooCommerce A short code snippet for editing the number of orders per page in the Order section on My Account page. ACF: Options page within any other menu Snippets Do you need to add custom options page with ACF under another WP menu? Use this snippet. WooCommerce: How to show in-stock quantity in the order detail Snippets, WooCommerce Would you like to check remaining in-stock quantity when working with orders? This snippet could help. WP Multisite – old installation and subdirectory install How to, Snippets, WP Multisite The Problem You need to transform your WP site into multisite, and you have already added define (‘WP_ALLOW_MULTISITE’, true); to…