inboundnow / retired-landing-pages

Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.
http://www.inboundnow.com/landing-pages/
GNU General Public License v2.0
4 stars 2 forks source link

ACF not loading when LP Title missing #229

Closed atwellpub closed 9 years ago

atwellpub commented 9 years ago

Reference: https://github.com/inboundnow/landing-pages/issues/228

@daprela I've confirmed this error and am looking into a solution.

atwellpub commented 9 years ago

Turns out, for a reason I have not pin pointed yet, save_post hook is not running on first save if the title is empty. The answer as to why might be somwhere in here: https://github.com/WordPress/WordPress/blob/0424d962e18c343186ecda4fa4ba6bc15e419807/wp-includes/post-functions.php#L2880

A temp solution is to make the Landing Page Description required.