Insira a tag no texto XML para palavras mistas

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

BluePenguin