Support

Account

Home Forums ACF PRO Display json along with acf. Reply To: Display json along with acf.

  • This plugin is very good. I could not do this just using Acf pro?
    For example: Creating the fields and using `$json = file_get_contents($url);
    $data = json_decode($json, TRUE);` .
    To pull the fields in a dynamic way?