LLMS_Integration_Buddypress::set_title_and_description()


Source Source

File: includes/integrations/class.llms.integration.buddypress.php

	public function set_title_and_description() {
		$this->title = __( 'BuddyPress', 'lifterlms' );
		/* translators: %1$s: Open learn more link tag, %2$s: Closing tag. */
		$this->description = sprintf( __( 'Add LifterLMS information to user profiles and enable membership restrictions for activity, group, and member directories. %1$sLearn More%2$s.', 'lifterlms' ), '<a href="https://lifterlms.com/docs/lifterlms-and-buddypress/" target="_blank">', '</a>' );
	}

Top ↑

User Contributed Notes User Contributed Notes

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