LLMS_Admin_Menus::builder_title()

Set the global $title variable for the builder Prevents the <title> in the admin head being partially empty on builder screen


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.menus.php

	public function builder_title() {
		global $title;
		$title = __( 'Course Builder', 'lifterlms' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.14.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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