It is located in the Custom Fields meta box for each submitted post. Visit the “Edit Post” screen and toggle open “Custom Fields” panel beneath the post content. There you will find all of the custom fields attached, including Email address.
Thread Starter
majek
(@majek)
I’m using custom post type for my submitted posts (article) and i cant find this “Custom Fields” beneath the post content.
Are you using Gutenberg Block Editor or Classic Editor?
Thread Starter
majek
(@majek)
Ok, i was using ACF and i needed to add this filter:
add_filter(‘acf/settings/remove_wp_meta_box’, ‘__return_false’, 20);
Thread Starter
majek
(@majek)
I’m using Gutenberg Block Editor