Support

Account

Home Forums ACF PRO Edit Slug in ACF Form Reply To: Edit Slug in ACF Form

  • @acf-support

    Update:
    As it seems the get_field in this case need the post id as a second parameter:

    get_field( 'dummy_slug_custom_field', $post_id );