LLMS_Integration_Buddypress::certificates_screen()

Callback for “Certificates” profile screen


Description Description


Return Return

(null)


Top ↑

Source Source

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

	public function certificates_screen() {
		add_action( 'bp_template_content', 'lifterlms_template_student_dashboard_my_certificates' );
		bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: