How to Autofill a Custom Post Type title from ACF field in WordPress September 6, 2019 WordPress // Auto fill Title and Slug for CPT’s – ‘companies’, ‘contacts’, ‘properties‘ function lh_acf_save_post( $post_id ) { // […] Read more