LLMS_SendWP::get_title()

Retrieve the connector’s name / title.


Return Return

(string)


Top ↑

Source Source

File: includes/admin/class-llms-sendwp.php

	protected function get_title() {
		return __( 'SendWP', 'lifterlms' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.40.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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