Support

Account

Home Forums Add-ons Repeater Field acf/load_value for Repeater inside Flexible Content Reply To: acf/load_value for Repeater inside Flexible Content

  • Is the filter actually being called when creating a new post?

    Add to the top of the function and see if you get output from it

    
    echo '<pre>'; var_dump($value); echo '</pre>';
    

    You should use the field key variant.