Support

Account

Home Forums General Issues Do not save some field on database Reply To: Do not save some field on database

  • I solved it this way:
    add_filter( 'acf/update_value/name=card_number', '__return_null' );