Support

Account

Home Forums Backend Issues (wp-admin) Validation URL domain Reply To: Validation URL domain

  • that problem is here in your code

    
    $string = urldecode(get_field("url"));
    

    try

    
    $string = urldecode($value);