Support

Account

Home Forums General Issues How to var dump Reply To: How to var dump

  • test_acf_upload should be the slug for your custom field. Insert this into your active theme’s functions.php file:

    $field = get_field('test_acf_upload');
    echo '<pre>'.print_r($field, true).'</pre>';