Astra_LifterLMS::add_theme_support()

Declare explicit theme support for LifterLMS course and lesson sidebars


Description


Return

(void)


Source

File: inc/compatibility/lifterlms/class-astra-lifterlms.php

		public function add_theme_support() {
			add_theme_support( 'lifterlms' );
			add_theme_support( 'lifterlms-quizzes' );
			add_theme_support( 'lifterlms-sidebars' );
		}

Changelog

Changelog
Version Description
1.2.0 Introduced.

User Contributed Notes

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