Support

Account

Home Forums General Issues Default Value not appearing in existing posts Reply To: Default Value not appearing in existing posts

  • I was calling get_field('my_custom_field_name'); and getting an object with a bunch of NULL, 0 and empty fields. woops!

    Thank you @wellmade-online !
    All I needed to do is change my call to acf_get_field('my_custom_field_name') and all values (including the default value I needed) were populated.