LLMS_Integration_BBPress::set_title_and_description()


Source Source

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

	public function set_title_and_description() {
		$this->title = __( 'bbPress', 'lifterlms' );
		/* translators: %1$s: Open learn more link tag, %2$s: Closing tag. */
		$this->description = sprintf( __( 'Restrict forums and topics to memberships, add forums to courses, and %1$smore%2$s.', 'lifterlms' ), '<a href="https://lifterlms.com/docs/lifterlms-and-bbpress/" target="_blank">', '</a>' );
	}

Top ↑

User Contributed Notes User Contributed Notes

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