Support

Account

Home Forums Bug Reports problem in get_field() into acf/update_value filter

Unread

problem in get_field() into acf/update_value filter

  • this the code:

    function process_fix_values($value, $post_id, $field){
    	
    	$old = get_field('shales', 'option'); //return the new value
    	
    	return $value;
    }
Viewing 1 post (of 1 total)

The topic ‘problem in get_field() into acf/update_value filter’ is closed to new replies.