Masukkan tag dalam teks XML untuk kata -kata campuran

public function getAmountDayReminder1(): int
{
    return get_field('send_reminder_after_amount_day', $this->getId());
}

BluePenguin