Support

Account

Home Forums General Issues acf-json not working

Unread

acf-json not working

  • I’ve Looked into the other posts on this and nothing seems to point to a solution. ACF Pro 5.7.10, WP 5.0.3. I’ve added a acf-json folder to my active theme. I have clicked update on all of my field groups. I get nothing. I added this filter:
    `
    add_filter(‘acf/settings/save_json’, function ( $path ) {
    $path = get_template_directory() . ‘/acf-json’;
    return $path;
    });
    `
    Also, nothing folder is and continues to be empty. How did this work? Just adding a folder is a little to ‘magic’ for me. How do I figure this out?

Viewing 1 post (of 1 total)

The topic ‘acf-json not working’ is closed to new replies.