Support

Account

Forum Replies Created

  • Thanks in my case i us it for token field in a repeater.
    The field is show only the fisrt time

    function hide_token_field($field) {
    if($field[‘value’]){
    return false;
    }else{
    return $field;
    }
    }
    add_filter(“acf/prepare_field/name=token”, “hide_token_field”);

Viewing 1 post (of 1 total)