Insertar etiqueta en texto XML para palabras mixtas

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

BluePenguin