Congratulations! 😍 As a blog reader, get a 10% OFF on WP Frontend Delete Account PRO. Use coupon code WPFDA10OFF.

How to disable sending emails from your WordPress Site

How to disable sending emails from your WordPress Site

Do you want to disable all emails (with no exceptions) sent from your WordPress site? Do you absolutely not want your site to send any emails? Here’s the code snippet: Add this snippet to your functions.php and your site will

Customer Journey Plugin reaches 10 sales 🎉🎉

Customer Journey Plugin reaches 10 sales 🎉🎉

🎉 Celebrating a Milestone: Customer Journey for WooCommerce Plugin Reaches 10 Sales! 🎉 I’m excited to share a personal achievement with all of you – Customer Journey for WooCommerce plugin has hit a major milestone of 10 sales! 🚀 Launched

Introducing “Wake UP!” – Your Ultimate WordPress Admin Idle Reminder Plugin 🎉

Introducing “Wake UP!” – Your Ultimate WordPress Admin Idle Reminder Plugin 🎉

Are you tired of constantly switching between tabs while working in your WordPress admin area? Do you sometimes lose track of time and find yourself idle, unsure of whether your website needs attention? If you’re nodding your head, I’ve got

ACF – modify the Title & Content fields

ACF – modify the Title & Content fields

Advanced Custom Fields easily allows you to create the forms in the front end. If you add: in acf_register_form() or acf_form(), the form gives you the fields for Post Title and Post Content with the default labels “Title” and “Content”.

WP Hook after the post status is changed

WP Hook after the post status is changed

Are you looking to do something after the post is published which was drafted previously? This can be useful if you’re accepting posts from the frontend by creating a frontend form using ACF which you’re keeping in draft status because