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 »
Tag: advanced custom field
Advanced Custom Fields (ACF) field values are not visible on draft preview
ACF post meta fields’ (custom fields) values are not visible on draft preview – before you publish a post. If you want to preview a post/page, before you want to publish, this is going to cause headache. If you already did not know about this issue, you would be lost… Read More »
Hide Advanced Custom Fields (ACF) from WordPress Admin
If you are developing a site for your client, where you are using ACF to add and show custom post meta content or any other content that ACF allows, it is sometimes (from my experience – almost all the time) better to hide the ACF from your clients or the… Read More »