Support

Account

Home Forums ACF PRO Add a custom field to post permalink Reply To: Add a custom field to post permalink

  • @deniscgn it should be working, but you can try increasing the priority of your action

    
    add_action('acf/save_post', 'modify_post_slug', 20);