Support

Account

Home Forums General Issues add_action – acf/save_post + publish_post Reply To: add_action – acf/save_post + publish_post

  • You can use add_action( 'publish_post', 'send_content_email' ); and use the output of $_POST which should contain all the info you need.