Home › Forums › Backend Issues (wp-admin) › ACF conflicting with link saving in HTML mode › Reply To: ACF conflicting with link saving in HTML mode
Thanks for the debug info.
The line you are referencing is this:
// Hack for CPT without a content editor
try
{
wp.media.view.settings.post.id = acf.post_id;
}
catch(e)
{
// one of the objects was 'undefined'...
}
Which to me is safely wrapped in a try / catch block. I don’t understand why this would cause an issue, but it clearly is…
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.