LLMS_Settings_Page::set_label()

Retrieve the page label.


Description Description

Extending classes should override this to return a translated string used as the page’s title.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/settings/class.llms.settings.page.php

	protected function set_label() {
		return $this->id;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.37.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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