Support

Account

Home › Forums › Front-end Issues › Validate value › Reply To: Validate value

  • Sorry, error in the above about the action

    That is okay, but this

    
    setup_options();
    
    

    should be

    
    add_action('acf/init', 'setup_options');