Home › Forums › Backend Issues (wp-admin) › Validation URL domain › Reply To: Validation URL domain
You can’t echo anything in your filter. These filters are run using AJAX and the output you’re creating is probably causing an error in the what it returned by the AJAX request.
If you want to see what’s going on in your script you can use the error log,
like this
error_log('$parse['host']);
then you can look in the error log on your server to see it.
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.