We can use Advanced Custom Fields (ACF) to create email sending form in WordPress Admin panel easily. This can be useful if you want to create an invitation system or manually send emails to your users or others. We will use wp_mail function with acf/save_post action hook. So when we… Read More »