Support

Account

Home Forums General Issues ACF number less than comparison not working Reply To: ACF number less than comparison not working

  • When using acf functions inside of an acf/save_post filter you must supply acf functions with the post ID to be updated.

    example:

    
    update_field('price_filter', $reduced_price, $post_id);