LLMS_Notification_Controller_Purchase_Receipt::get_title()

Get the translatable title for the notification


Description Description

Used on settings screens.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/notifications/controllers/class.llms.notification.controller.purchase.receipt.php

	public function get_title() {
		return __( 'Purchase Receipt', 'lifterlms' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.