Support

Account

Home Forums ACF PRO have to re-publish post after a commit Reply To: have to re-publish post after a commit

  • Hi,
    workflow :
    => dev : localhost – acf fields stored in php file
    => Prod : http url – updated with git, same configuration

    Process :
    => I add acf fields to a group of field which are assigned to pages (flexible or not)
    => I update the php file with acf fields to do so
    => I commit to Production

    Result :
    some acf fields appears to be missing, like there is no value inside
    But in the database, there are all values (except the new one I just added)

    After result :
    >> I update my page (without touching anything or filling the new acf fields)
    >> The database updates and add the new acf values in wp_postmeta table (and only the new ones)
    >> on page reload, the page is like before with all the fields

    Hope it’s clear enough, I can help in any way, please let me know,

    Best