$this->get_invoice_number() おそらくオブジェクトを返しています。 文字列にキャストできます: $invoice_number = (string) $this->get_invoice_number();