Support

Account

Home Forums ACF PRO Can't remove relationship after publishing Reply To: Can't remove relationship after publishing

  • Here’s a quick (dirty) fix.

    Plugins » ACF PRO » Fields » relationship.php
    Line 674

    Add “data-name=”remove_item”” to the anchor tag so it looks like this:

    <a href="#" class="acf-icon small dark" data-name="remove_item"><i class="acf-sprite-remove"></i></a>