Support

Account

Home Forums Front-end Issues Don't update email if it exists. Show error on same page in Reply To: Don't update email if it exists. Show error on same page in

  • You need to check that it’ not the admin

    
    function my_acf_validate_value( $valid, $value, $field, $input ) {
    
    // add to top of funciton
    if (is_admin()) {
      return $valid;
    }